2
0
Files
cal/calcom/packages/ui/components/list/index.ts

3 lines
140 B
TypeScript
Raw Normal View History

2024-08-09 00:39:27 +02:00
export { List, ListItem, ListItemText, ListItemTitle, ListLinkItem } from "./List";
export type { ListItemProps, ListProps } from "./List";