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

6 lines (5 loc) 200 B
import { DataBindingContext } from '../types'; /** * Applies data bindings from data source to SVG elements */ export declare function applyDataBindings(context: DataBindingContext): Promise<void>;