UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (6 loc) 137 B
export interface ITokenKey<T = any> { type: 'token'; key: string; default?: T; } export type TokenMap = Record<string, any>;