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,
|
||||
icon?: string,
|
||||
enableCondition?: TopicDependentOption<boolean>,
|
||||
on?: string,
|
||||
off?: string,
|
||||
on?: Actual,
|
||||
off?: Actual,
|
||||
toggled?: TopicDependentOption<boolean>
|
||||
|}>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue