import { type ListProps } from '@aurora' import { WidgetComponent } from '../widget-component' export class List extends WidgetComponent { constructor(props: ListProps) { super(props) } }