UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

51 lines (50 loc) 1.29 kB
declare const _default: import("vue").DefineComponent<{ active: { type: BooleanConstructor; default: boolean; }; scrollable: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; default: null; }; titleSlot: { type: FunctionConstructor; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ active: { type: BooleanConstructor; default: boolean; }; scrollable: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; default: null; }; titleSlot: { type: FunctionConstructor; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; }>>, { title: string; active: boolean; scrollable: boolean; titleSlot: Function; disabled: boolean; }>; export default _default;