Add types.string and types.json

This commit is contained in:
uwap 2018-04-02 10:22:43 +02:00
parent 52e825549d
commit 92dab1c8f5
9 changed files with 154 additions and 143 deletions

View file

@ -18,7 +18,7 @@ import { LinearProgress } from "material-ui/Progress";
import type {
UIControl, UIToggle, UIDropDown, UILink,
UISection, UIText, UIProgress
} from "config/types";
} from "config/flowtypes";
import keyOf from "utils/keyOf";
import { getInternals, getActuals } from "utils/state";

View file

@ -8,7 +8,7 @@ import {
} from "material-ui/List";
import { renderIcon } from "utils/parseIconName";
import type { ControlUI, UIControl, UISlider } from "config/types";
import type { ControlUI, UIControl, UISlider } from "config/flowtypes";
// TODO: Use something else
import Slider from "material-ui-old/Slider";