mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For InputText
This commit is contained in:
parent
db62871f12
commit
c855d1035c
4 changed files with 148 additions and 6 deletions
5
components/lib/inputtext/InputText.d.ts
vendored
5
components/lib/inputtext/InputText.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue