easyest-xqp
Version:
17 lines (16 loc) • 582 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
height: {
type: StringConstructor;
default: string;
};
}, {
headerRef: 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<{
height: {
type: StringConstructor;
default: string;
};
}>>, {
height: string;
}>;
export default _sfc_main;