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

Interface ComposeSettings

packages/types/src/types.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 swiftUIGenerationMode: "preview" | "struct" | "snippet";
29}
30export interface ComposeSettings {
31 composeGenerationMode: "snippet" | "composable" | "screen";
32}
33export interface PluginSettings
34 extends HTMLSettings,
35 TailwindSettings,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected