| 1 | export interface ComponentInfo { |
| 2 | name: string; |
| 3 | description: string; |
| 4 | externalDependencies: string[]; |
| 5 | craftrnUiComponents: string[]; |
| 6 | tetrislyIcons: string[]; |
| 7 | } |
| 8 | |
| 9 | export interface InstallOptions { |
| 10 | componentName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected