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

Interface HTMLPreview

packages/types/src/types.ts:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184// Framework Specific
185
186export interface HTMLPreview {
187 size: { width: number; height: number };
188 content: string;
189}
190
191export interface TailwindTextConversion {
192 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected