UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 517 B
import _Collapse from './collapse'; import _CollapsePanel from './collapse-panel'; import { WithInstallType } from '../shared'; import './style'; import { TdCollapseProps, TdCollapsePanelProps } from './type'; export * from './type'; export declare type CollapseProps = TdCollapseProps; export declare type CollapsePanelProps = TdCollapsePanelProps; export declare const Collapse: WithInstallType<typeof _Collapse>; export declare const CollapsePanel: WithInstallType<typeof _CollapsePanel>; export default Collapse;