UNPKG

@cerberus-design/styled-system

Version:

Cerberus Design System Panda-CSS styled-system.

9 lines (7 loc) 212 B
/* eslint-disable */ import type { Token } from './tokens'; export declare const token: { (path: Token, fallback?: string): string var: (path: Token, fallback?: string) => string } export * from './tokens';