Skip to content

Instantly share code, notes, and snippets.

View t3rmian's full-sized avatar
🛠️

Damian Terlecki t3rmian

🛠️
View GitHub Profile
@nidheeshdas
nidheeshdas / mui-datatables.d.ts
Created September 7, 2018 13:46
DTS for mui-datatables: makeshift yet usable
declare module "mui-datatables" {
import { ReactNode } from "react";
export interface MUIDataTableColumn {
name: string
options?: MUIDataTableColumnOptions
}
export interface MUIDataTableColumnOptions {