UNPKG

@react-typed-forms/mui

Version:

![npm](https://img.shields.io/npm/v/@react-typed-forms/mui?style=plastic)

6 lines (5 loc) 201 B
import { Control } from "@react-typed-forms/core"; import React from "react"; export declare function FCheckboxOnly({ state, }: { state: Control<boolean | null | undefined>; }): React.JSX.Element;