MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / SwiftUISettings

Interface SwiftUISettings

packages/types/src/types.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 flutterGenerationMode: "fullApp" | "stateless" | "snippet";
26}
27export interface SwiftUISettings {
28 swiftUIGenerationMode: "preview" | "struct" | "snippet";
29}
30export interface ComposeSettings {
31 composeGenerationMode: "snippet" | "composable" | "screen";
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected