Refactor #3965 - For InputMask

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 13:28:20 +03:00
parent 98599434e8
commit c51d223526
3 changed files with 65 additions and 34 deletions

View file

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