UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

9 lines (8 loc) 160 B
export interface IKeyValues<T = any> { [key: string]: T; } export declare type TOption = Array<{ key?: string; text: string; value: string; }>;