mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update #3965 - For Dock
This commit is contained in:
parent
931edf0158
commit
a8fd3ce6a8
4 changed files with 211 additions and 185 deletions
5
components/lib/dock/Dock.d.ts
vendored
5
components/lib/dock/Dock.d.ts
vendored
|
@ -171,6 +171,11 @@ export interface DockProps {
|
|||
* @type {DockPassThroughOptions}
|
||||
*/
|
||||
pt?: DockPassThroughOptions;
|
||||
/**
|
||||
* 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