Skip to main content

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: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

src/components/App/AppLogo.tsx:15


sx?

optional sx: SxProps<Theme>;

SxProps to use on your SVG.

Defined in

src/components/App/AppLogo.tsx:21


themeName?

optional themeName: "light" | "dark";

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

Defined in

src/components/App/AppLogo.tsx:17