UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

11 lines (9 loc) 288 B
import { IFormBaseInputState } from "../../formBaseInput/FormBaseInput.types"; export interface IFormTimeState extends IFormBaseInputState { currentText?: string; } export interface IFormTimeProps { hideSeconds?: boolean; title?: string; maxSeconds?: number; }