mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Picklist
This commit is contained in:
parent
7b563f1a7e
commit
2d28fe4908
4 changed files with 217 additions and 163 deletions
5
components/lib/picklist/PickList.d.ts
vendored
5
components/lib/picklist/PickList.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue