Refactor #3965 - For Chips

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 12:27:50 +03:00
parent 7dc9a486db
commit fb0c4cfc97
4 changed files with 162 additions and 128 deletions

View file

@ -176,6 +176,11 @@ export interface ChipsProps {
* @type {ChipsPassThroughOptions}
*/
pt?: ChipsPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**
* Defines valid slots in Chips slots.