import Grid, { GridFunction, GridMethods } from "@egjs/grid"; export declare type VueGridProps = T["defaultOptions"] & { tag?: string; }; export interface VueGridInterface extends GridMethods> { $el: HTMLElement; $_grid: Grid; $props: VueGridProps; }