UNPKG

sdg

Version:

pomelo ts

11 lines (10 loc) 191 B
export interface IDictionaryComponentOptions { dict: IDict; abbr: IAbbr; } export interface IDict { [key: string]: number; } export interface IAbbr { [key: string]: string; }