Interface: AppLogoProps
Indexable
[key
: string
]: any
Properties
className?
optional className: string;
A class to use on your SVG.
Defined in
src/components/App/AppLogo.tsx:35
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
src/components/App/AppLogo.tsx:31
sx?
optional sx: SxProps<Theme>;
SxProps to use on your SVG.
Defined in
src/components/App/AppLogo.tsx:37
themeName?
optional themeName: string;
User selected theme. By default it checks which is is active.