import { IBSheetOptions } from './options'; export interface IBSheetCreateOptions { id?: string; el?: string; options?: IBSheetOptions; data?: any; sync?: boolean; } export interface IBSheetInstance { id: string; length: number; }