UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

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