UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

25 lines (24 loc) 688 B
import { ExtractPropTypes } from 'vue'; export declare const collapseProps: { readonly title: { readonly type: StringConstructor; readonly default: "标题"; }; readonly status: { readonly type: BooleanConstructor; readonly default: true; }; readonly el: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly isExpanded: { readonly type: BooleanConstructor; readonly default: true; }; readonly callback: { readonly type: FunctionConstructor; readonly default: () => void; }; }; export type CollapseProps = ExtractPropTypes<typeof collapseProps>;