Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 0961ed8

Browse files
committed
Remove duplicate field in typings. Fixes #257
1 parent 3bf548c commit 0961ed8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

typings/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ export interface Props extends Omit<FormControlProps, 'onChange'> {
5555
onDelete?: (chip:any, index: number) => any;
5656
onUpdateInput?: React.EventHandler<any>;
5757
placeholder?: string;
58-
alwaysShowPlaceholder?: boolean;
5958
value?: any[];
60-
error?: boolean;
6159
variant?: 'outlined' | 'standard' | 'filled';
6260
}
6361

0 commit comments

Comments
 (0)