Refactor #2801 CascadeSelect

pull/2809/head
Tuğçe Küçükoğlu 2022-07-22 21:44:22 +03:00
parent 188fe3655e
commit b774bf282f
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ export interface CascadeSelectProps {
*/
inputClass?: any | undefined;
/**
*
* Inline style of the input field.
*/
inputStyle?: any | undefined;
/**
* Inline style of the input field.
*
*/
inputProps?: object | undefined;
/**