Interface DocThemesProviderProps

interface DocThemesProviderProps {
    children: ReactElement<any, string | JSXElementConstructor<any>>;
    docThemes: IDocThemes;
}

Properties

Properties

children: ReactElement<any, string | JSXElementConstructor<any>>
docThemes: IDocThemes

A custom list of DocThemes to use.