remoraid 2.26.4 → 2.28.2

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.
@@ -48,7 +48,9 @@ interface EnvironmentShellProps {
48
48
  alertContainer: Partial<PageContainerProps>
49
49
  };
50
50
  }
51
- import { PropsWithChildren as PropsWithChildren24, ReactNode as ReactNode36 } from "react";
51
+ import { PropsWithChildren as PropsWithChildren25, ReactNode as ReactNode37 } from "react";
52
52
  interface ServerEnvironmentShellProps extends EnvironmentShellProps {}
53
- declare function EnvironmentShell2({ children, environment, message }: PropsWithChildren24<ServerEnvironmentShellProps>): ReactNode36;
54
- export { ServerEnvironmentShellProps, EnvironmentShell2 as EnvironmentShell };
53
+ declare function EnvironmentShell2({ children, environment, message }: PropsWithChildren25<ServerEnvironmentShellProps>): ReactNode37;
54
+ import { createTheme } from "@mantine/core";
55
+ declare const createMantineTheme: typeof createTheme;
56
+ export { createMantineTheme, ServerEnvironmentShellProps, EnvironmentShell2 as EnvironmentShell };