From d0b43ffafd0e195c1e00a02d26768f8dd73f7180 Mon Sep 17 00:00:00 2001 From: Kevin Rambaud Date: Tue, 22 Jan 2019 16:14:57 -0500 Subject: [PATCH] Export ReactPaginateProps interface in v5 and v6 --- types/react-paginate/index.d.ts | 3 ++- types/react-paginate/v5/index.d.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/types/react-paginate/index.d.ts b/types/react-paginate/index.d.ts index d66309d489..626f459fc5 100644 --- a/types/react-paginate/index.d.ts +++ b/types/react-paginate/index.d.ts @@ -7,12 +7,13 @@ // Yasunori Ohoka // Shingo Sato // SPWizard01 +// Kevin Rambaud // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import * as React from 'react'; -interface ReactPaginateProps { +export interface ReactPaginateProps { /** * The total number of pages. */ diff --git a/types/react-paginate/v5/index.d.ts b/types/react-paginate/v5/index.d.ts index 83a03ac838..7529a6b12f 100644 --- a/types/react-paginate/v5/index.d.ts +++ b/types/react-paginate/v5/index.d.ts @@ -5,12 +5,13 @@ // pegel03 // Simon Archer // Yasunori Ohoka +// Kevin Rambaud // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import * as React from 'react'; -interface ReactPaginateProps { +export interface ReactPaginateProps { /** * The total number of pages. */