We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1e731 commit 0730797Copy full SHA for 0730797
index.d.ts
@@ -32,7 +32,7 @@ declare module '@silintl/ui-components' {
32
33
interface CheckboxProps {
34
label?: string
35
- description: string
+ description?: string
36
checked?: boolean
37
disabled?: boolean
38
uppercase?: boolean
0 commit comments