vue-amazing-ui
Version:
An Amazing Vue3 UI Components Library, Using TypeScript.
72 lines (71 loc) • 3.06 kB
TypeScript
export type { Props } from './Switch';
declare const _default: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Switch').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, import('vue').PublicProps, {
size: "small" | "middle" | "large";
disabled: boolean;
loading: boolean;
modelValue: boolean | string | number;
checked: string;
checkedValue: boolean | string | number;
unchecked: string;
uncheckedValue: boolean | string | number;
rippleColor: string;
circleStyle: import('vue').CSSProperties;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./Switch').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
size: "small" | "middle" | "large";
disabled: boolean;
loading: boolean;
modelValue: boolean | string | number;
checked: string;
checkedValue: boolean | string | number;
unchecked: string;
uncheckedValue: boolean | string | number;
rippleColor: string;
circleStyle: import('vue').CSSProperties;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./Switch').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, {
size: "small" | "middle" | "large";
disabled: boolean;
loading: boolean;
modelValue: boolean | string | number;
checked: string;
checkedValue: boolean | string | number;
unchecked: string;
uncheckedValue: boolean | string | number;
rippleColor: string;
circleStyle: import('vue').CSSProperties;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
checked?(_: {}): any;
unchecked?(_: {}): any;
node?(_: {
checked: string | number | boolean;
}): any;
};
}) & import('vue').Plugin;
export default _default;