UNPKG

@gongiskhan/react-query-builder

Version:
9 lines (8 loc) 214 B
import React from 'react'; interface InputProps { type: 'date' | 'number' | 'text' | 'time'; value: string | string[]; id: string; } export declare const Input: React.FC<InputProps>; export {};