UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

4 lines (3 loc) 179 B
/// <reference types="react" /> import { ICheckboxProps, IReactHookFormProps } from "./types"; export declare const InputCheckbox: React.FC<ICheckboxProps & IReactHookFormProps>;