Interface: AppLogoProps

    plugin/registry .AppLogoProps

    Indexable

    ▪ [key: string]: any

    Properties

    className

    Optional className: string

    A class to use on your SVG.

    Defined in

    components/App/AppLogo.tsx:19


    logoType

    Optional logoType: "small" | "large"

    The size of the logo. ‘small’ for in mobile view, and ‘large’ for tablet and desktop sizes. By default the ‘large’ is used.

    Defined in

    components/App/AppLogo.tsx:15


    sx

    Optional sx: SxProps<Theme>

    SxProps to use on your SVG.

    Defined in

    components/App/AppLogo.tsx:21


    themeName

    Optional themeName: "dark" | "light"

    User selected theme. By default it checks which is is active.

    Defined in

    components/App/AppLogo.tsx:17