UNPKG

@tantainnovative/ndpr-toolkit

Version:

Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features

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