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 {
|
||||
modelValue?: boolean;
|
||||
label?: '';
|
||||
label?: string;
|
||||
color?: '';
|
||||
size?: InputSize;
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user