UNPKG

@figr-design/identity-code-lib

Version:

This repo contains code for components exported from Figrs design system generator (Identity).

5 lines 340 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 }; //# sourceMappingURL=Separator.d.ts.map