@dndbuilder.com/react
Version:
Drag and drop builder for React
4 lines • 325 B
TypeScript
import * as React from "react";
import * as SeparatorPrimitive from "@radix-ui/react-separator";
export declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=separator.d.ts.map