UNPKG

@watheia/iron-ui.text.text-separator

Version:
10 lines (9 loc) 392 B
import React from "react"; /** * Separating line spanning the whole line, with room for text. Behaves like a regular `div` element.<br/> * Currently, there is no way to customize the border-style. * * Border color is applied from css variable `--bit-border-color` * @name TextSeparator */ export declare function TextSeparator(props: React.HTMLAttributes<HTMLDivElement>): JSX.Element;