UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

6 lines (5 loc) 166 B
interface SeparatorProps { text?: string; } declare function Separator(props: SeparatorProps): import("react/jsx-runtime").JSX.Element; export default Separator;