index.d.ts 158 B

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