diff --git a/types/reactabular-table/index.d.ts b/types/reactabular-table/index.d.ts index b22e59c6ceafa1..c3b3c9c4b8fdf6 100644 --- a/types/reactabular-table/index.d.ts +++ b/types/reactabular-table/index.d.ts @@ -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;