UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

12 lines (11 loc) 402 B
import { z } from 'zod'; export declare const baseToken: z.ZodObject<{ $description: z.ZodOptional<z.ZodString>; $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>; }, "strict", z.ZodTypeAny, { $description?: string | undefined; $deprecated?: string | boolean | undefined; }, { $description?: string | undefined; $deprecated?: string | boolean | undefined; }>;