| 98 | } |
| 99 | |
| 100 | interface 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected