"use client"; import { ComponentProps } from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; import { cn } from "@/lib/style"; export const Label = ({ className, ...props }: ComponentProps) => ( );