Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export type ShapeNames = keyof typeof shapes
8
interface ShapeList {
9
[key: string]: ComponentType<ShapeProps>
10
}
11
12
export interface Props {
13
name: ShapeNames
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected