mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add support for svgjs.resize
This commit is contained in:
15
svgjs.resize/svgjs.resize.d.ts
vendored
Normal file
15
svgjs.resize/svgjs.resize.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user