Export ReactPaginateProps interface in v5 and v6

This commit is contained in:
Kevin Rambaud
2019-02-01 14:28:01 -05:00
parent de2477f5eb
commit d0b43ffafd
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,12 +7,13 @@
// Yasunori Ohoka <https://github.com/yasupeke>
// Shingo Sato <https://github.com/sugarshin>
// SPWizard01 <https://github.com/SPWizard01>
// Kevin Rambaud <https://github.com/kevinrambaud>
// 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.
*/
+2 -1
View File
@@ -5,12 +5,13 @@
// pegel03 <https://github.com/pegel03>
// Simon Archer <https://github.com/archy-bold>
// Yasunori Ohoka <https://github.com/yasupeke>
// Kevin Rambaud <https://github.com/kevinrambaud>
// 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.
*/