easyest-xqp
Version:
17 lines (16 loc) • 578 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
width: {
type: StringConstructor;
default: string;
};
}, {
asideRef: import("vue").Ref<any>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
width: {
type: StringConstructor;
default: string;
};
}>>, {
width: string;
}>;
export default _sfc_main;