import type { HTMLAttributes } from 'vue'; export interface TSwitchProps extends HTMLAttributes { label?: string; disabled?: boolean; value?: boolean; modelValue?: boolean; labelPosition?: 'left' | 'right'; } //# sourceMappingURL=TSwitch.types.d.ts.map