ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
25 lines (24 loc) • 1.14 kB
TypeScript
import type { CSSProperties } from 'vue';
import type { SenderSwitchProps } from './switch-types';
declare const _default: import("vue").DefineComponent<SenderSwitchProps, {
nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
change: (checked: boolean) => any;
"update:value": (checked: boolean) => any;
}, string, import("vue").PublicProps, Readonly<SenderSwitchProps> & Readonly<{
onChange?: (checked: boolean) => any;
"onUpdate:value"?: (checked: boolean) => any;
}>, {
classNames: Partial<Record<"title" | "root" | "content" | "icon", string>>;
styles: Partial<Record<"title" | "root" | "content" | "icon", CSSProperties>>;
prefixCls: string;
disabled: boolean;
value: boolean;
defaultValue: boolean;
loading: boolean;
rootClassName: string;
icon: import("vue").VNodeChild;
checkedChildren: import("vue").VNodeChild;
unCheckedChildren: import("vue").VNodeChild;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;