MCPcopy
hub / github.com/bernaferrari/FigmaToCode / HtmlOutput

Interface HtmlOutput

packages/backend/src/html/htmlMain.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28// Define better type for the output
29export interface HtmlOutput {
30 html: string;
31 css?: string;
32}
33
34// Define HTML generation modes for better type safety
35export type HtmlGenerationMode =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected