MCPcopy Index your code
hub / github.com/craftreactnative/ui / ComponentInfo

Interface ComponentInfo

cli/src/types.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ComponentInfo {
2 name: string;
3 description: string;
4 externalDependencies: string[];
5 craftrnUiComponents: string[];
6 tetrislyIcons: string[];
7}
8
9export interface InstallOptions {
10 componentName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected