Interface: AppLogoProps
Defined in: components/App/AppLogo.tsx:29
Indexable
[key: string]: any
Properties
className?
optional className?: string;
Defined in: components/App/AppLogo.tsx:35
A class to use on your SVG.
logoType?
optional logoType?: "small" | "large";
Defined in: components/App/AppLogo.tsx:31
The size of the logo. 'small' for in mobile view, and 'large' for tablet and desktop sizes. By default the 'large' is used.
sx?
optional sx?: SxProps<Theme>;
Defined in: components/App/AppLogo.tsx:37
SxProps to use on your SVG.
themeName?
optional themeName?: string;
Defined in: components/App/AppLogo.tsx:33
User selected theme. By default it checks which is is active.