Refactor #3965 - For InputNumber

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 14:03:56 +03:00
parent 9b0c76ea1e
commit 3f7bf2ce14
3 changed files with 339 additions and 282 deletions

View file

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