22 lines
612 B
TypeScript
22 lines
612 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
isShowMenu: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
isShowMenu: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
}>>, {
|
|
isShowMenu: boolean;
|
|
}, {}>, {
|
|
default?(_: {}): any;
|
|
}>;
|
|
export default _default;
|
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
new (): {
|
|
$slots: S;
|
|
};
|
|
};
|