I hereby claim:
- I am nidheeshdas on github.
- I am nidheeshdas (https://keybase.io/nidheeshdas) on keybase.
- I have a public key whose fingerprint is DDC3 618B 9769 FF45 49C3 03AF AF7C 7704 7D57 D759
To claim this, I am signing this object:
| declare module "mui-datatables" { | |
| import { ReactNode } from "react"; | |
| export interface MUIDataTableColumn { | |
| name: string | |
| options?: MUIDataTableColumnOptions | |
| } | |
| export interface MUIDataTableColumnOptions { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "axis": { | |
| "name": "axis", | |
| "version": "0.2.0", | |
| "shasum": "57a1ad37a07cb2fcadde2cd369d48b4375429124", | |
| "tarball": "http://registry.npmjs.org/axis/-/axis-0.2.0.tgz", | |
| "dependencies": {} | |
| }, | |
| "debug": { | |
| "name": "debug", |
| if (shape.isSameColor && shape.isSameColor() || !shape.paths) { | |
| shape.setFill(colorSet); | |
| } else if (shape.paths) { | |
| for (var i = 0; i < shape.paths.length; i++) { | |
| shape.paths[i].setFill(colorSet); | |
| } | |
| } |
| (function(window){ | |
| var attrFn = function() { | |
| if(arguments.length === 0) { | |
| if(this.length === 0) { | |
| return null; | |
| } | |
| var obj = {}; | |
| $.each(this[0].attributes, function() { | |
| if(this.specified) { |