Installation
npm install --save @types/jquery.autosize
Summary
This package contains type definitions for jquery.autosize (http://www.jacklmoore.com/autosize/).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.autosize.
index.d.ts
/// <reference types="jquery" />
declare namespace autosize {
interface AutosizeStatic {
(el: Element): void;
(el: NodeList): void;
(el: JQuery): void;
}
}
declare var autosize: autosize.AutosizeStatic;
Additional Details
- Last updated: Tue, 30 Jan 2024 21:35:45 GMT
- Dependencies: @types/jquery
Credits
These definitions were written by Aaron T. King.