Interface: AppLogoProps
plugin/registry .AppLogoProps
Indexable
▪ [key: string
]: any
Properties
className
• Optional
className: string
A class to use on your SVG.
Defined in
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
themeName
• Optional
themeName: "dark"
| "light"
User selected theme. By default it checks which is is active.