Skip to content

Commit 687a403

Browse files
committed
fix(types): missing Select.label type
1 parent 6e74f6d commit 687a403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ declare module '@silintl/ui-components' {
233233
}
234234

235235
interface SelectProps {
236+
label?: string
236237
options?: { name: string; id: string }[]
237238
width?: string
238239
disabled?: boolean

0 commit comments

Comments
 (0)