Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 28, 2023
1 parent 468880e commit 23ff295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/input-checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ interface Props {
export interface Option {
label: string
value: string | number | boolean
disabled?: boolean
}
```

Expand Down
1 change: 1 addition & 0 deletions docs/components/input-radios.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ interface Props {
export interface Option {
label: string
value: string | number | boolean
disabled?: boolean
}
```

Expand Down

0 comments on commit 23ff295

Please sign in to comment.