Refactor #3965 - For Chip

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 10:39:02 +03:00
parent 2d2b2dff1e
commit ae43587f19
3 changed files with 92 additions and 63 deletions

View file

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