mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For Breadcrumb
This commit is contained in:
parent
07c234c0ed
commit
b1d229f2c8
4 changed files with 115 additions and 77 deletions
5
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
5
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
|
@ -96,6 +96,11 @@ export interface BreadcrumbProps {
|
|||
* @type {BreadcrumbPassThroughOptions}
|
||||
*/
|
||||
pt?: BreadcrumbPassThroughOptions;
|
||||
/**
|
||||
* 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