ivt
Version:
Ivt Components Library
8 lines (5 loc) • 353 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as SeparatorPrimitive from '@radix-ui/react-separator';
import React__default from 'react';
declare function Separator({ className, orientation, decorative, ...props }: React__default.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
export { Separator };