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

0.1.2 • Public • Published

Installation

npm install --save @types/tabulator

Summary

This package contains type definitions for tabulator (https://github.com/codenautas/tabulator).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabulator.

index.d.ts

export as namespace tabulatorLib;
// TypeScript Version: 2.2

export = Tabulator;

/*~ Write your module's methods and properties in this class */
declare class Tabulator {
    constructor();
    // myMethod(opts: Tabulator.chartType): number;
    defaultShowAttribute: string;
    toMatrix(datum: object): object;
    toHtmlTable(matrix: object): any;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Eugenio Arosteguy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/tabulator

Weekly Downloads

117

Version

0.1.2

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types