LogoIconSlotProps
ts
type LogoIconSlotProps = Partial<{
innerPath: ComponentPropsWithRef<"path">;
outerPath: ComponentPropsWithRef<"path">;
}>;Defined in: components/logo-icon.tsx:14
Slot props for customizing parts of the logo-icon.
Param
Props applied to the outer SVG path
Param
Props applied to the inner SVG path
Since
1.1.0
Author
Simon Kovtyk