UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

5 lines (4 loc) 294 B
import type { PropsFor } from "../../types.js"; export type InlineSeparatorProps = Omit<PropsFor<"div">, "children">; declare const InlineSeparator: import("react").ForwardRefExoticComponent<InlineSeparatorProps & import("react").RefAttributes<HTMLDivElement>>; export default InlineSeparator;