Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / embed / EmbedConfigFontSizeSchema

Variable: EmbedConfigFontSizeSchema

const EmbedConfigFontSizeSchema: ZodObject<{
  lineHeight: ZodOptional<ZodOptional<ZodString>>;
  size: ZodOptional<ZodOptional<ZodString>>;
}, "strip", ZodTypeAny, {
  lineHeight?: string;
  size?: string;
}, {
  lineHeight?: string;
  size?: string;
}>;

Defined in: packages/sdk/src/embed/schemas/index.ts:134