UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

11 lines (10 loc) 266 B
import Brief from './Brief'; import InternalList from './List'; import InternalItem from './ListItem'; declare const Item: typeof InternalItem & { Brief: typeof Brief; }; declare const List: typeof InternalList & { Item: typeof Item; }; export default List;