@useloops/design-system 1.4.288 → 1.4.289

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
@@ -1686,6 +1686,10 @@ interface HeaderProps {
1686
1686
  breadcrumbLinks?: BreadcrumbLink[];
1687
1687
  buttons?: ReactNode;
1688
1688
  controlBar?: ReactNode;
1689
+ sx?: SxProps<Theme>;
1690
+ slotProps?: {
1691
+ titleIconButton?: Omit<IconButtonProps, 'icon'>;
1692
+ };
1689
1693
  }
1690
1694
  declare const Header: FunctionComponent<HeaderProps>;
1691
1695