Fix build
This commit is contained in:
parent
02be6701be
commit
9a8f9c57bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|}>;
|
|}>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue