@camped-ui/separator
Version:
Separator component is a versatile element used to visually or semantically separate content within a user interface. It provides a clear and distinct division between sections, enhancing the overall readability and organization of the content. Separators
5 lines • 336 B
TypeScript
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 };
//# sourceMappingURL=index.d.ts.map