Refactor #3965 - For Picklist

This commit is contained in:
Bahadır Sofuoğlu 2023-06-02 18:43:30 +03:00
parent 7b563f1a7e
commit 2d28fe4908
4 changed files with 217 additions and 163 deletions

View file

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