UNPKG

@octopusdeploy/design-system-components

Version:
6 lines (5 loc) 210 B
import type { ReactNode } from "react"; export declare function MuiThemeApplier({ themeName, children }: { themeName: "light" | "dark"; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;