mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Export ReactPaginateProps interface in v5 and v6
This commit is contained in:
Vendored
+2
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Vendored
+2
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user