@types/jquery.autosize
TypeScript icon, indicating that this package has built-in type declarations

3.0.32 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jquery.autosize

Weekly Downloads

3,091

Version

3.0.32

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types