UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

6 lines (4 loc) 94 B
import List from './list'; import Item from './item'; List.Item = Item; export default List;