@mindly/ui-components 5.52.0 → 5.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1540,6 +1540,7 @@ declare const _default$k: React.NamedExoticComponent<ItemCardProps>;
|
|
|
1540
1540
|
type AppHeaderProps = {
|
|
1541
1541
|
fullwidth?: boolean;
|
|
1542
1542
|
className?: string;
|
|
1543
|
+
toolbarClassName?: string;
|
|
1543
1544
|
};
|
|
1544
1545
|
declare const AppHeader_v2: FC<AppHeaderProps>;
|
|
1545
1546
|
|