UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

8 lines (7 loc) 501 B
import { z } from 'zod'; export declare const stringToken: z.ZodObject<{ $description: z.ZodOptional<z.ZodString>; $deprecated: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodBoolean]>>; $value: z.ZodUnion<readonly [z.ZodString, z.ZodString]>; $type: z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "transition" | "dimension" | "duration" | "gradient" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">; }, z.core.$strict>;