import { EasyGridOptions } from "./easy_grid_options"; export interface EasyGridBase { readonly options: EasyGridOptions; }