UNPKG

@types/svgjs.resize

Version:
28 lines (22 loc) 806 B
# Installation > `npm install --save @types/svgjs.resize` # Summary This package contains type definitions for svgjs.resize (http://www.svgjs.com/). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgjs.resize. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgjs.resize/index.d.ts) ````ts declare namespace svgjs { export interface Element { selectize(): Element; selectize(obj: Object): Element; resize(): Element; resize(obj: Object): Element; } } ```` ### Additional Details * Last updated: Tue, 30 Jan 2024 21:35:45 GMT * Dependencies: none # Credits These definitions were written by [Kevin Gutiérrez](https://github.com/jkevingutierrez).