mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For Toolbar
This commit is contained in:
parent
3ce238b07f
commit
a21c83e927
3 changed files with 69 additions and 34 deletions
5
components/lib/toolbar/Toolbar.d.ts
vendored
5
components/lib/toolbar/Toolbar.d.ts
vendored
|
@ -62,6 +62,11 @@ export interface ToolbarProps {
|
|||
* @type {ToolbarPassThroughOptions}
|
||||
*/
|
||||
pt?: ToolbarPassThroughOptions;
|
||||
/**
|
||||
* 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