UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

13 lines (12 loc) 259 B
import { IBSheetOptions } from './options'; export interface IBSheetCreateOptions { id?: string; el?: string; options?: IBSheetOptions; data?: any; sync?: boolean; } export interface IBSheetInstance { id: string; length: number; }