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

Interface TailwindTextConversion

packages/types/src/types.ts:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191export interface TailwindTextConversion {
192 name: string;
193 attr: string;
194 full: string;
195 style: string;
196 contrastBlack: number;
197}
198
199export type TailwindColorType = "text" | "bg" | "border" | "outline";
200

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected