UNPKG

@vuesax-alpha/nightly

Version:
14 lines (13 loc) 725 B
import type { ExtractPropTypes } from 'vue'; import type Close from './close.vue'; export declare const closeProps: { readonly hover: { readonly type: import("vue").PropType<string>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __vsPropKey: true; }; readonly scale: import("vuesax-alpha/es/utils").VsPropFinalized<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown, 1, boolean>; }; export declare type CloseProps = ExtractPropTypes<typeof closeProps>; export declare type CloseInstance = InstanceType<typeof Close>;