UNPKG

@senx/warpview-editor

Version:

WarpView Editor Elements

12 lines (11 loc) 246 B
export interface IEntry { description?: string; signature?: string; tags?: string[]; since?: string; OPB64name: string; } export interface IEntries { [name: string]: IEntry; } export declare var globalfunctions: IEntries;