UNPKG

@littlespoon/divider

Version:
9 lines 331 B
import type React from 'react'; export interface DividerProps extends React.SVGAttributes<SVGElement> { /** * The curve divider variant, defaults to false */ inverted?: boolean; } export default function Divider({ inverted, }: DividerProps): React.ReactElement<DividerProps>; //# sourceMappingURL=Divider.d.ts.map