UNPKG

@easykit/design

Version:

Easy kit design components

5 lines (4 loc) 270 B
import * as React from "react"; import * as SeparatorPrimitive from "@radix-ui/react-separator"; declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): React.JSX.Element; export { Separator };