Skip to content

Commit

Permalink
[reactabular-table] Add explicit types for children
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 6, 2021
1 parent 6586374 commit d72d7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/reactabular-table/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type CellFormatter = (value: any, props: {
}) => string | JSX.Element;

export interface ProviderProps {
children?: React.ReactNode;
columns: Column[];
className?: string | undefined;
renderers?: Renderers | undefined;
Expand Down

0 comments on commit d72d7ad

Please sign in to comment.