UNPKG

@ant-design/react-native

Version:

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

8 lines (7 loc) 279 B
import { CollapsePanel, Collapse as InternalCollapse } from './collapse'; type InternalInputType = typeof InternalCollapse; type CompoundedComponent = InternalInputType & { Panel: typeof CollapsePanel; }; declare const Collapse: CompoundedComponent; export default Collapse;