UNPKG

@tidy-ui/divider

Version:

The Divider component elegantly separates components with horizontal or vertical dividers. It offers diverse densities, shades, and tones to match your design, along with various variants like solid and dashed. Customize lengths and alignments, and explor

9 lines (8 loc) 454 B
import React from 'react'; import { IEnhancedDividerProps } from './types'; /** * Enhanced Divider can be use to give a horizontal separation between components, a good replacement * for <hr> in html, with additional content support, powered by various styles (with theming) and settings */ declare const EnhancedDivider: React.ForwardRefExoticComponent<IEnhancedDividerProps & React.RefAttributes<HTMLHRElement>>; export { EnhancedDivider };