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

1.0.7 • Public • Published

Installation

npm install --save @types/react-table-filter

Summary

This package contains type definitions for react-table-filter (https://github.com/cheekujha/react-table-filter).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table-filter.

index.d.ts

import * as React from "react";

export interface TabfilterProps {
    rows: string | string[] | { [name: string]: boolean };
    // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
    onFilterUpdate: (filteredArray: string[], currentFilters: any[]) => any[] | void;
    rowClass?: string | undefined;
    initialFilters?: string | string[] | { [name: string]: boolean } | undefined;
}

export class TableFilter extends React.Component<TabfilterProps> {}

Additional Details

  • Last updated: Tue, 12 Dec 2023 19:06:50 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Gnanavel N.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-table-filter

Weekly Downloads

149

Version

1.0.7

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • types