UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

4 lines (3 loc) 326 B
import { z } from 'zod'; import type { TokenType } from './validTokenType.js'; export declare const tokenType: ($type: TokenType) => z.ZodLiteral<"string" | "number" | "border" | "color" | "fontFamily" | "fontWeight" | "dimension" | "duration" | "gradient" | "shadow" | "typography" | "cubicBezier" | "custom-viewportRange">;