4 lines
278 B
TypeScript
4 lines
278 B
TypeScript
/** Controller that encapsulates layer-dropdown integration logic */
|
|
import type { LayerControllerConfig, LayerController } from "./types.js";
|
|
export declare function createLayerController(config: LayerControllerConfig): LayerController;
|
|
//# sourceMappingURL=controller.d.ts.map
|