UNPKG

@nativescript-community/ui-svg

Version:

Adds support for SVGs in your NativeScript apps.

5 lines (4 loc) 99 B
declare const SVGPlugin: { install(Vue: any, options: any): void; }; export default SVGPlugin;