@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
9 lines (6 loc) • 380 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
import { Separator as Separator$1 } from 'radix-ui';
type SeparatorProps = React.ComponentProps<typeof Separator$1.Root>;
declare function Separator({ className, orientation, decorative, ...props }: SeparatorProps): react_jsx_runtime.JSX.Element;
export { Separator, type SeparatorProps };