Refactor #3965 - For Breadcrumb

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-29 10:05:29 +03:00
parent 07c234c0ed
commit b1d229f2c8
4 changed files with 115 additions and 77 deletions

View file

@ -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;
}
/**