UNPKG

ze-react-component-library

Version:
15 lines (14 loc) 265 B
export declare enum GraphMode { INFO = "INFO", DETAIL = "DETAIL" } export declare enum EntityType { FACT = "FACT", DIM = "DIM", OTHER = "OTHER" } export declare const EntityTypeDisplay: { FACT: string; DIM: string; OTHER: string; };