LogoTextProps
ts
type LogoTextProps = Omit<ComponentPropsWithRef<typeof SvgIcon>, "children">;Defined in: components/logo-text.tsx:13
Props for the LogoText component.
All props are forwarded to the underlying SvgIcon.
Since
1.1.0
Author
Simon Kovtyk