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,
icon?: string,
enableCondition?: TopicDependentOption<boolean>,
on?: string,
off?: string,
on?: Actual,
off?: Actual,
toggled?: TopicDependentOption<boolean>
|}>;