UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

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';