UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

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