@papernote/ui
Version:
A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive
7 lines • 308 B
TypeScript
export interface SeparatorProps {
orientation?: 'horizontal' | 'vertical';
className?: string;
spacing?: 'sm' | 'md' | 'lg';
}
export default function Separator({ orientation, className, spacing, }: SeparatorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Separator.d.ts.map