UNPKG

@payload-auth/better-auth-plugin

Version:

A Payload CMS plugin for Better Auth

5 lines (4 loc) 240 B
import * as React from 'react'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; declare function Checkbox({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>): React.JSX.Element; export { Checkbox };