ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
22 lines (21 loc) • 862 B
TypeScript
declare var _default: import("vue").DefineComponent<{
prefixCls: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
isActive: import("vue-types").VueTypeValidableDef<boolean>;
destroyInactivePanel: import("vue-types").VueTypeValidableDef<boolean>;
forceRender: import("vue-types").VueTypeValidableDef<boolean>;
role: import("vue-types").VueTypeValidableDef<any>;
}, any, {
_isActive: any;
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
prefixCls: string;
} & {
role?: any;
forceRender?: boolean;
destroyInactivePanel?: boolean;
isActive?: boolean;
}>, {
prefixCls: string;
}>;
export default _default;