UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

4 lines (3 loc) 142 B
import { VNode } from 'vue'; import { SvgNode } from '../types'; export declare const renderSvg: (children: SvgNode[]) => (VNode | string)[];