Now with layers

This commit is contained in:
uwap 2017-11-01 05:54:03 +01:00
parent 30ad70a237
commit 2d79cc68aa
3 changed files with 38 additions and 22 deletions

View file

@ -63,7 +63,8 @@ declare type State = {
declare type Layer = {
image: string,
name: string,
forceVisibility?: "on"|"off"
baseLayer: boolean,
defaultVisibility: "visible" | "hidden",
};
declare type StateAction = {