UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

16 lines (13 loc) 435 B
// Type definitions for svgjs.resize // Project: http://www.svgjs.com/ // Definitions by: Kevin Gutiérrez <https://github.com/jkevingutierrez> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Reference: https://github.com/Fuzzyma/svg.resize.js declare namespace svgjs { export interface Element { selectize(): Element selectize(obj: Object): Element resize(): Element resize(obj: Object): Element } }