RZL: Add kitchen floalt light
This commit is contained in:
parent
75f2aea345
commit
ff67bcf2f8
5 changed files with 134 additions and 9 deletions
|
|
@ -58,7 +58,8 @@ export type UISlider = $ReadOnly<{|
|
|||
enableCondition?: TopicDependentOption<boolean>,
|
||||
min?: number,
|
||||
max?: number,
|
||||
step?: number
|
||||
step?: number,
|
||||
delayedApply?: boolean
|
||||
|}>;
|
||||
|
||||
export type UISection = $ReadOnly<{|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue