UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

125 lines (124 loc) 3.15 kB
import { VNodeChild, PropType, CSSProperties } from 'vue'; import { Location } from '../../utils'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: BooleanConstructor; default: boolean; }; position: { type: PropType<Location>; default: string; }; borderRadius: { type: (StringConstructor | NumberConstructor)[]; default: string; }; customClass: { type: StringConstructor; default: string; }; customStyle: { type: PropType<CSSProperties>; default: () => {}; }; maskCustomClass: { type: StringConstructor; default: string; }; maskCustomStyle: { type: PropType<CSSProperties>; default: () => {}; }; teleport: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; isCloseOnClickMask: { type: BooleanConstructor; default: boolean; }; onAfterLeave: { type: PropType<() => void>; default: null; }; lockScroll: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; }, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:modelValue" | "clickMask", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: BooleanConstructor; default: boolean; }; position: { type: PropType<Location>; default: string; }; borderRadius: { type: (StringConstructor | NumberConstructor)[]; default: string; }; customClass: { type: StringConstructor; default: string; }; customStyle: { type: PropType<CSSProperties>; default: () => {}; }; maskCustomClass: { type: StringConstructor; default: string; }; maskCustomStyle: { type: PropType<CSSProperties>; default: () => {}; }; teleport: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; isCloseOnClickMask: { type: BooleanConstructor; default: boolean; }; onAfterLeave: { type: PropType<() => void>; default: null; }; lockScroll: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; }>>, { duration: number; modelValue: boolean; position: Location; borderRadius: string | number; customClass: string; customStyle: CSSProperties; maskCustomClass: string; maskCustomStyle: CSSProperties; teleport: string; isCloseOnClickMask: boolean; onAfterLeave: () => void; lockScroll: boolean; zIndex: number; }>; export default _default;