MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / SerializeOptions

Interface SerializeOptions

packages/extension/types/codegen.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type VariableDisplayMode = 'reference' | 'resolved' | 'both'
4
5export interface SerializeOptions {
6 useRem: boolean
7 rootFontSize: number
8 scale: number
9 variableDisplay?: VariableDisplayMode
10}
11
12export interface RequestPayload {
13 style: Record<string, string>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected