UNPKG

@osmandvc/react-upload-control-components

Version:

UI components for the react-upload-control library.

5 lines (4 loc) 301 B
import * as React from "react"; import * as SeparatorPrimitive from "@radix-ui/react-separator"; declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; export { Separator };