3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
export { List, ListItem, ListItemText, ListItemTitle, ListLinkItem } from "./List";
|
|
export type { ListItemProps, ListProps } from "./List";
|