UNPKG

antd-mobile-rn

Version:

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

6 lines (5 loc) 151 B
export interface AccordionPropsTypes { activeKey?: string | string[]; defaultActiveKey?: string | string[]; onChange?: (x: any) => void; }