y-design-ssr
Version:
SSR component library of YUI with Vue3
69 lines (68 loc) • 1.99 kB
TypeScript
declare const Mask: import("../utils/withInstall").WithInstall<import("vue").DefineComponent<{
modelValue: {
type: BooleanConstructor;
default: boolean;
};
zIndex: {
type: import("vue").PropType<import("csstype").ZIndexProperty>;
default: null;
};
duration: {
type: NumberConstructor;
default: number;
};
customClass: {
type: StringConstructor;
default: string;
};
customStyle: {
type: import("vue").PropType<import("vue").CSSProperties>;
default: () => {};
};
lockScroll: {
type: BooleanConstructor;
default: boolean;
};
onAfterLeave: {
type: import("vue").PropType<() => void>;
default: null;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
modelValue: {
type: BooleanConstructor;
default: boolean;
};
zIndex: {
type: import("vue").PropType<import("csstype").ZIndexProperty>;
default: null;
};
duration: {
type: NumberConstructor;
default: number;
};
customClass: {
type: StringConstructor;
default: string;
};
customStyle: {
type: import("vue").PropType<import("vue").CSSProperties>;
default: () => {};
};
lockScroll: {
type: BooleanConstructor;
default: boolean;
};
onAfterLeave: {
type: import("vue").PropType<() => void>;
default: null;
};
}>>, {
duration: number;
modelValue: boolean;
customClass: string;
customStyle: import("vue").CSSProperties;
onAfterLeave: () => void;
lockScroll: boolean;
zIndex: import("csstype").ZIndexProperty;
}>>;
export default Mask;