UNPKG

formgen-react

Version:

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

7 lines (6 loc) 215 B
import { IFormBaseInputState } from "../../formBaseInput/FormBaseInput.types"; export interface IFormTimePickerState extends IFormBaseInputState { focused: boolean; hour: string; minute: string; }