@vela-ui/react
Version:
Vela UI React components
26 lines (23 loc) • 952 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as tailwind_variants from 'tailwind-variants';
import { VariantProps } from 'tailwind-variants';
import { Separator as Separator$1 } from 'react-aria-components';
declare const separatorVariants: tailwind_variants.TVReturnType<{
orientation: {
horizontal: string;
vertical: string;
};
}, undefined, "bg-border shrink-0 border-none", {
orientation: {
horizontal: string;
vertical: string;
};
}, undefined, tailwind_variants.TVReturnType<{
orientation: {
horizontal: string;
vertical: string;
};
}, undefined, "bg-border shrink-0 border-none", unknown, unknown, undefined>>;
type SeparatorProps = React.ComponentProps<typeof Separator$1> & VariantProps<typeof separatorVariants>;
declare function Separator({ orientation, className, ...props }: SeparatorProps): react_jsx_runtime.JSX.Element;
export { Separator };