UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

11 lines (8 loc) 261 B
import * as React from 'react'; import { O as OrientationType } from '../commonTypes-DinbCdmt.mjs'; type SeparatorProps = { className?: string; orientation?: OrientationType; }; declare const Separator: React.FC<SeparatorProps>; export { Separator };