UNPKG

flowmolio

Version:

[![Tests](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml/badge.svg)](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml) [![Coverage](https://codecov.io/gh/vladvlasov256/flowmolio/branch/main/graph/badge.svg)](htt

7 lines (6 loc) 281 B
import { Layout, DataSources } from '../types'; /** * Renders an SVG with data bindings applied * This is a pure rendering function without any hover/inspection functionality */ export declare function renderFlowMolio(layout: Layout, dataSources: DataSources): Promise<string>;