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

Interface PluginSettings

packages/types/src/types.ts:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 composeGenerationMode: "snippet" | "composable" | "screen";
32}
33export interface PluginSettings
34 extends HTMLSettings,
35 TailwindSettings,
36 FlutterSettings,
37 SwiftUISettings,
38 ComposeSettings {
39 framework: Framework;
40 useOldPluginVersion2025: boolean;
41 responsiveRoot: boolean;
42}
43// Messaging
44export interface ConversionData {
45 code: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected