Refactor #3965 - For Listbox

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 16:53:42 +03:00
parent 42b054864a
commit b6b02ca075
3 changed files with 212 additions and 138 deletions

View file

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