mono/packages/ecommerce/dist-lib/components/ui/separator.d.ts
2026-02-18 14:23:49 +01:00

5 lines
301 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 };