UNPKG

@antv/layout

Version:
3 lines (2 loc) 121 B
import type { Layout } from './types'; export declare const registry: Record<string, new (...args: any) => Layout<any>>;