tinacms
Version:
[](https://github.com/tinacms/tinacms/blob/main/LICENSE) [](https://www.npmjs.com/package/tinacms) [![Bui
5 lines (4 loc) • 523 B
TypeScript
import * as SeparatorPrimitive from '@radix-ui/react-separator';
export declare const Separator: import("react").ForwardRefExoticComponent<Omit<Omit<SeparatorPrimitive.SeparatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("class-variance-authority").VariantProps<(props?: {
orientation?: "horizontal" | "vertical";
} & import("class-variance-authority/dist/types").ClassProp) => string> & import("react").RefAttributes<HTMLDivElement>>;