element Rail <ui-rail> {
// A rail is used to show accompanying content next to the main view of a site
// export Rail
}
export default { uiType: 'element', name: 'Rail', description: 'A rail is used to show accompanying content next to the main view of a site', tagName: 'ui-rail', exportName: 'Rail', content: [], types: [], variations: [], events: [], settings: [],};