UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

3 lines (2 loc) 193 B
import { SeparatorProps } from './types'; export declare const Separator: import('react').ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & import('react').RefAttributes<HTMLHRElement>>;