index.d.ts 158 B

123
  1. import type { LayoutExecuter } from '../types';
  2. import type { GridLayoutConfig } from './types';
  3. export declare const grid: LayoutExecuter<GridLayoutConfig>;