UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines (7 loc) 307 B
import React from 'react'; import { ILineSeparatorStandAlone } from './types/lineSeparator'; /** * @description * LineSeparator component to separate content */ export declare const LineSeparatorStandAlone: React.ForwardRefExoticComponent<ILineSeparatorStandAlone & React.RefAttributes<HTMLDivElement>>;