@pagamio/frontend-commons-lib
Version:
Pagamio library for Frontend reusable components like the form engine and table container
5 lines (4 loc) • 305 B
TypeScript
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
import * as React from 'react';
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
export default Checkbox;