| 22 | fontFamilyCustomConfig: Record<string, string[]> |
| 23 | } |
| 24 | export interface FlutterSettings { |
| 25 | flutterGenerationMode: "fullApp" | "stateless" | "snippet"; |
| 26 | } |
| 27 | export interface SwiftUISettings { |
| 28 | swiftUIGenerationMode: "preview" | "struct" | "snippet"; |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected