MCPcopy
hub / github.com/premieroctet/openchakra / ComponentItemProps

Interface ComponentItemProps

src/react-app-env.d.ts:100–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100interface ComponentItemProps {
101 id: string
102 label: string
103 type: ComponentType
104 isMoved?: boolean
105 isChild?: boolean
106 isMeta?: boolean
107 soon?: boolean
108 rootParentType?: ComponentType
109 children?: React.ReactNode
110}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected