Files
community-rule/app/components/layout/List/index.tsx
T

4 lines
192 B
TypeScript

export { default } from "./List.container";
export type { ListProps, ListItem, ListSize, ListViewProps } from "./List.types";
export { LIST_SIZE_OPTIONS } from "../ListEntry/ListEntry.types";