UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

6 lines (5 loc) 221 B
import type { LayoutTestFixture } from './types.js'; /** * Discover every `.sizes.json` under the layout-tests folder with a sibling `.mmd`. */ export declare function discoverLayoutTestFixtures(): LayoutTestFixture[];