MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / LayersPanelProps

Interface LayersPanelProps

src/components/LayersPanel.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import ShapeIcon from "./ShapeIcon";
7
8interface LayersPanelProps {
9 activeCategories: Set<Category>;
10 onToggle: (category: Category) => void;
11}
12
13const CATEGORIES: Category[] = [
14 "Politics",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected