UNPKG

formgen-react

Version:

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

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