RZL: Add kitchen floalt light

This commit is contained in:
uwap 2018-04-07 20:32:41 +02:00
parent 75f2aea345
commit ff67bcf2f8
5 changed files with 134 additions and 9 deletions

View file

@ -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<{|