| 28 | swiftUIGenerationMode: "preview" | "struct" | "snippet"; |
| 29 | } |
| 30 | export interface ComposeSettings { |
| 31 | composeGenerationMode: "snippet" | "composable" | "screen"; |
| 32 | } |
| 33 | export interface PluginSettings |
| 34 | extends HTMLSettings, |
| 35 | TailwindSettings, |
nothing calls this directly
no outgoing calls
no test coverage detected