Skip to content

Commit 9ac0c6a

Browse files
committed
fix(TextField): add missing type for icon prop
1 parent d9fd772 commit 9ac0c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ declare module '@silintl/ui-components' {
289289
label?: string
290290
value?: string
291291
name?: string
292+
icon?: string
292293
placeholder?: string
293294
maxlength?: number
294295
autofocus?: boolean

0 commit comments

Comments
 (0)