UNPKG

@visactor/vgrammar-core

Version:

VGrammar is a visual grammar library

5 lines (4 loc) 277 B
import type { IMark } from '../../types/grammar'; import type { ILayoutOptions, IView } from '../../types/view'; export declare const defaultDoLayout: (layoutMarks: IMark[], options: ILayoutOptions, view: IView) => void; export declare const registerDefaultLayout: () => void;