UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

9 lines (8 loc) 162 B
export interface IBChartCreateOptions { cont?: string; id?: string; options?: object; } export interface IBChartInstance { getId: () => string; }