| 31 | composeGenerationMode: "snippet" | "composable" | "screen"; |
| 32 | } |
| 33 | export 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 |
| 44 | export interface ConversionData { |
| 45 | code: string; |
nothing calls this directly
no outgoing calls
no test coverage detected