MCPcopy
hub / github.com/nusu/avvvatars / ShapeList

Interface ShapeList

src/shape/Shape.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7export type ShapeNames = keyof typeof shapes
8interface ShapeList {
9 [key: string]: ComponentType<ShapeProps>
10}
11
12export interface Props {
13 name: ShapeNames

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected