Update Toggle.vue (#224)
This commit is contained in:
committed by
GitHub
parent
88c1172924
commit
8de77f6f4f
@@ -13,7 +13,7 @@ import type { InputSize } from '@/components/Input/types'
|
|||||||
|
|
||||||
interface ToggleProps {
|
interface ToggleProps {
|
||||||
modelValue?: boolean;
|
modelValue?: boolean;
|
||||||
label?: '';
|
label?: string;
|
||||||
color?: '';
|
color?: '';
|
||||||
size?: InputSize;
|
size?: InputSize;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user