mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Chips
This commit is contained in:
parent
7dc9a486db
commit
fb0c4cfc97
4 changed files with 162 additions and 128 deletions
5
components/lib/chips/Chips.d.ts
vendored
5
components/lib/chips/Chips.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue