UNPKG

conduction-components

Version:

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

8 lines (7 loc) 484 B
import * as React from "react"; import { IInputProps, IReactHookFormProps } from "./types"; export declare const InputPassword: React.FC<IInputProps & IReactHookFormProps>; export declare const InputText: React.FC<IInputProps & IReactHookFormProps>; export declare const InputEmail: React.FC<IInputProps & IReactHookFormProps>; export declare const InputDate: React.FC<IInputProps & IReactHookFormProps>; export declare const InputNumber: React.FC<IInputProps & IReactHookFormProps>;