UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 200 B
import List from './List'; import ListItem from './ListItem'; export type { ListProps } from './List'; export type { ListItemProps } from './ListItem'; export { List, ListItem }; export default List;