Update Toggle.vue (#224)

This commit is contained in:
Santos Junior Marte Marte
2023-10-09 04:00:22 -04:00
committed by GitHub
parent 88c1172924
commit 8de77f6f4f

View File

@@ -13,7 +13,7 @@ import type { InputSize } from '@/components/Input/types'
interface ToggleProps {
modelValue?: boolean;
label?: '';
label?: string;
color?: '';
size?: InputSize;
disabled?: boolean;