UNPKG

2.96 kBTypeScriptView Raw
1import type { CollapsibleType } from './commonProps';
2import { collapseProps } from './commonProps';
3import type { ExtractPropTypes } from 'vue';
4export { collapseProps };
5export declare type CollapseProps = Partial<ExtractPropTypes<ReturnType<typeof collapseProps>>>;
6declare const _default: import("vue").DefineComponent<{
7 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
8 default: string;
9 };
10 activeKey: {
11 type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
12 };
13 defaultActiveKey: {
14 type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
15 };
16 accordion: import("vue-types").VueTypeValidableDef<boolean>;
17 destroyInactivePanel: import("vue-types").VueTypeValidableDef<boolean>;
18 bordered: import("vue-types").VueTypeValidableDef<boolean>;
19 expandIcon: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
20 default: (...args: any[]) => any;
21 };
22 openAnimation: import("vue-types").VueTypeValidableDef<{
23 [key: string]: any;
24 }> & {
25 default: () => {
26 [key: string]: any;
27 };
28 };
29 expandIconPosition: import("vue-types").VueTypeDef<"left" | "right">;
30 collapsible: {
31 type: import("vue").PropType<CollapsibleType>;
32 };
33 ghost: import("vue-types").VueTypeValidableDef<boolean>;
34}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:activeKey")[], "change" | "update:activeKey", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
35 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
36 default: string;
37 };
38 activeKey: {
39 type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
40 };
41 defaultActiveKey: {
42 type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
43 };
44 accordion: import("vue-types").VueTypeValidableDef<boolean>;
45 destroyInactivePanel: import("vue-types").VueTypeValidableDef<boolean>;
46 bordered: import("vue-types").VueTypeValidableDef<boolean>;
47 expandIcon: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
48 default: (...args: any[]) => any;
49 };
50 openAnimation: import("vue-types").VueTypeValidableDef<{
51 [key: string]: any;
52 }> & {
53 default: () => {
54 [key: string]: any;
55 };
56 };
57 expandIconPosition: import("vue-types").VueTypeDef<"left" | "right">;
58 collapsible: {
59 type: import("vue").PropType<CollapsibleType>;
60 };
61 ghost: import("vue-types").VueTypeValidableDef<boolean>;
62}>> & {
63 onChange?: (...args: any[]) => any;
64 "onUpdate:activeKey"?: (...args: any[]) => any;
65}, {
66 prefixCls: string;
67 expandIcon: (...args: any[]) => any;
68 openAnimation: {
69 [key: string]: any;
70 };
71}>;
72export default _default;