ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Props for ThemeProvider.

    <ThemeProvider><App /></ThemeProvider>
    
    interface ThemeProviderProps {
    /** The app subtree to render under the theme. */
    children: ReactNode;
    }
    interface ThemeProviderProps {
        children: ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    The app subtree to render under the theme.