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

    Props for ThemeSwitcher.

    const props: ThemeSwitcherProps = { size: "medium" };
    
    interface ThemeSwitcherProps {
    /** Icon button size. Defaults to `"small"`. */
    size?: "small" | "medium" | "large";
    }
    interface ThemeSwitcherProps {
        size?: "medium" | "small" | "large";
    }
    Index

    Properties

    Properties

    size?: "medium" | "small" | "large"

    Icon button size. Defaults to "small".