mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added clearBtn options for textinput
This commit is contained in:
Vendored
+2
@@ -105,6 +105,8 @@ interface CollapsibleSetEvents {
|
||||
}
|
||||
|
||||
interface TextInputOptions {
|
||||
clearBtn?: boolean;
|
||||
clearBtnText?: string;
|
||||
disabled?: boolean;
|
||||
initSelector?: string;
|
||||
mini?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user