Fix build

This commit is contained in:
uwap 2018-04-08 13:23:33 +02:00
parent 02be6701be
commit 9a8f9c57bf

View file

@ -35,8 +35,8 @@ export type UIToggle = $ReadOnly<{|
topic: string, topic: string,
icon?: string, icon?: string,
enableCondition?: TopicDependentOption<boolean>, enableCondition?: TopicDependentOption<boolean>,
on?: string, on?: Actual,
off?: string, off?: Actual,
toggled?: TopicDependentOption<boolean> toggled?: TopicDependentOption<boolean>
|}>; |}>;