@mindly/ui-components 4.3.5 → 4.3.6
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
|
@@ -1502,6 +1502,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1502
1502
|
declare const _default: React.NamedExoticComponent<BadgeProps>;
|
|
1503
1503
|
|
|
1504
1504
|
type AppHeaderProps = {
|
|
1505
|
+
fullwidth?: boolean;
|
|
1505
1506
|
className?: string;
|
|
1506
1507
|
};
|
|
1507
1508
|
declare const AppHeader_v2: FC<AppHeaderProps>;
|