@frigade/react 1.38.36 → 1.38.38

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
@@ -798,7 +798,7 @@ type BoxProps<T extends ElementType = 'div'> = {
798
798
  children?: ReactNode;
799
799
  overrides?: Overrides;
800
800
  } & BorderProps & ColorProps & Exclude<LayoutProps, 'size'> & ShadowProps & SpaceProps & TypographyProps & ComponentPropsWithoutRef<T>;
801
- declare const Box: <T extends React__default.ElementType<any> = "div">({ as, children, overrides, ...rest }: any) => React__default.JSX.Element;
801
+ declare const Box: <T extends React__default.ElementType<any, keyof React__default.JSX.IntrinsicElements> = "div">({ as, children, overrides, ...rest }: any) => React__default.JSX.Element;
802
802
 
803
803
  interface ButtonProps extends BoxProps {
804
804
  title: string;