pchl/styled-system/tokens/index.d.ts

8 lines
189 B
TypeScript

import type { Token } from './tokens'
export declare const token: {
(path: Token, fallback?: string): string
var: (path: Token, fallback?: string) => string
}
export * from './tokens'