Skip to content

Instantly share code, notes, and snippets.

View ChristianMurphy's full-sized avatar

Christian Murphy ChristianMurphy

  • Unicon, Inc.
  • Phoenix
  • 02:24 (UTC -07:00)
View GitHub Profile
@ChristianMurphy
ChristianMurphy / react-table.d.ts
Last active October 3, 2019 03:22 — forked from berdyshev/react-table.d.ts
React Table v7 TS typings definition
// Type definitions for react-table 7
// Project: https://github.com/tannerlinsley/react-table#readme
// Definitions by: Adrien Denat <https://github.com/grsmto>
// Artem Berdyshev <https://github.com/berdyshev>
// Christian Murphy <https://github.com/ChristianMurphy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
import { Dispatch, SetStateAction, ReactNode } from 'react';