1.0.7 • Published 5 months ago

@types/react-table-filter v1.0.7

Weekly downloads
99
License
MIT
Repository
github
Last release
5 months ago

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

// Type definitions for react-table-filter 1.0
// Project: https://github.com/cheekujha/react-table-filter
// Definitions by: Gnanavel N <https://github.com/gjsln>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export interface TabfilterProps {
    rows: string | string[] | { [name: string]: boolean; };
    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: Thu, 08 Jul 2021 22:41:37 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Gnanavel N.

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

6 years ago