ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
73 lines (72 loc) • 2.96 kB
TypeScript
import type { CollapsibleType } from './commonProps';
import { collapseProps } from './commonProps';
import type { ExtractPropTypes } from 'vue';
export { collapseProps };
export declare type CollapseProps = Partial<ExtractPropTypes<ReturnType<typeof collapseProps>>>;
declare const _default: import("vue").DefineComponent<{
prefixCls: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
activeKey: {
type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
};
defaultActiveKey: {
type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
};
accordion: import("vue-types").VueTypeValidableDef<boolean>;
destroyInactivePanel: import("vue-types").VueTypeValidableDef<boolean>;
bordered: import("vue-types").VueTypeValidableDef<boolean>;
expandIcon: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
default: (...args: any[]) => any;
};
openAnimation: import("vue-types").VueTypeValidableDef<{
[key: string]: any;
}> & {
default: () => {
[key: string]: any;
};
};
expandIconPosition: import("vue-types").VueTypeDef<"left" | "right">;
collapsible: {
type: import("vue").PropType<CollapsibleType>;
};
ghost: import("vue-types").VueTypeValidableDef<boolean>;
}, () => 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<{
prefixCls: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
activeKey: {
type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
};
defaultActiveKey: {
type: import("vue").PropType<import("./commonProps").ActiveKeyType>;
};
accordion: import("vue-types").VueTypeValidableDef<boolean>;
destroyInactivePanel: import("vue-types").VueTypeValidableDef<boolean>;
bordered: import("vue-types").VueTypeValidableDef<boolean>;
expandIcon: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
default: (...args: any[]) => any;
};
openAnimation: import("vue-types").VueTypeValidableDef<{
[key: string]: any;
}> & {
default: () => {
[key: string]: any;
};
};
expandIconPosition: import("vue-types").VueTypeDef<"left" | "right">;
collapsible: {
type: import("vue").PropType<CollapsibleType>;
};
ghost: import("vue-types").VueTypeValidableDef<boolean>;
}>> & {
onChange?: (...args: any[]) => any;
"onUpdate:activeKey"?: (...args: any[]) => any;
}, {
prefixCls: string;
expandIcon: (...args: any[]) => any;
openAnimation: {
[key: string]: any;
};
}>;
export default _default;