import { TSizeAll } from '../../types'; export interface IDividerProps extends React.HTMLAttributes { /** * select the margin of the divider * @default 'md' */ margin?: TSizeAll | 'none'; /** * select the variant of the divider * @default 'solid' */ variant?: 'solid' | 'dashed' | 'dotted'; } //# sourceMappingURL=types.d.ts.map