Refactor #3965 - For InputText

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 14:23:36 +03:00
parent db62871f12
commit c855d1035c
4 changed files with 148 additions and 6 deletions

View file

@ -43,6 +43,11 @@ export interface InputTextProps extends InputHTMLAttributes {
* @type {InputTextPassThroughOptions}
*/
pt?: InputTextPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**