UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 485 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type BreadcrumbSeparatorProps<C extends ElementType = "span"> = HTMLHopeProps<C>; /** * The visual separator between each breadcrumb. */ export declare function BreadcrumbSeparator<C extends ElementType = "span">(props: BreadcrumbSeparatorProps<C>): import("solid-js").JSX.Element; export declare namespace BreadcrumbSeparator { var toString: () => string; } //# sourceMappingURL=breadcrumb-separator.d.ts.map