feat(core): add raster layer type
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { ImageLayer } from "./image-layer";
|
||||
import type { LayerGroup } from "./layer-group";
|
||||
import type { RasterLayer } from "./raster-layer";
|
||||
|
||||
export type Layer = ImageLayer | LayerGroup;
|
||||
export type Layer = ImageLayer | RasterLayer | LayerGroup;
|
||||
|
||||
Reference in New Issue
Block a user