UNPKG

@arolariu/components

Version:

🎨 60+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

5 lines • 288 B
import * as React from "react"; import * as SwitchPrimitive from "@radix-ui/react-switch"; declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Switch }; //# sourceMappingURL=switch.d.ts.map