UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

8 lines (7 loc) 137 B
export interface IBSheetColsOptions { } export interface IBSheetOptions { Cfg?: any; Def?: any; Cols?: IBSheetColsOptions; }