DefinitelyTyped/react-bootstrap-table
Rémi Marenco ade29a018c Add customEditor property (#14857)
Hi!

I was having this issue while using the library:

```
ERROR in [at-loader] frontend/src/components/modals/Upload.tsx:538:40
    TS2339: Property 'customEditor' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<TableHeaderColumnProps, ComponentState>>...'.
```

It seems it is missing from the Definition file, so I just added it :).

Hope it helps!
2017-03-10 14:46:52 -08:00
..
index.d.ts Add customEditor property (#14857) 2017-03-10 14:46:52 -08:00
react-bootstrap-table-tests.tsx Add fitlers paramters to react-bootstrap-table (#14861) 2017-03-10 14:43:27 -08:00
tsconfig.json Use "lib" in tsconfigs instead of "target". (#13968) 2017-01-18 07:51:51 -08:00