@types/material-ui-pagination
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Installation

npm install --save @types/material-ui-pagination

Summary

This package contains type definitions for material-ui-pagination (https://github.com/lo-tp/material-ui-pagination).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/material-ui-pagination.

index.d.ts

import * as React from "react";
export interface PaginationProps {
    total: number;
    display: number;
    current: number;
    onChange(value: number): void;
}
declare class Pagination extends React.Component<PaginationProps, {}> {}
export default Pagination;

Additional Details

  • Last updated: Fri, 29 Dec 2023 01:23:54 GMT
  • Dependencies: @types/react

Credits

These definitions were written by m0a.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.70ts4.5
1.0.40ts3.5
1.0.40ts3.6
1.0.40ts3.7
1.0.40ts3.8
1.0.40ts3.9
1.0.40ts4.0
1.0.40ts4.1
1.0.40ts4.2
1.0.40ts4.3
1.0.40ts4.4
1.0.30ts3.0
1.0.30ts3.1
1.0.30ts3.2
1.0.30ts3.3
1.0.30ts3.4
1.0.20ts2.8
1.0.20ts2.9
1.0.10ts2.6
1.0.10ts2.7
1.0.00ts2.3
1.0.00ts2.4
1.0.00ts2.5
1.0.87ts5.8
1.0.87ts5.7
1.0.87latest
1.0.87ts4.6
1.0.87ts4.7
1.0.87ts4.8
1.0.87ts4.9
1.0.87ts5.0
1.0.87ts5.1
1.0.87ts5.2
1.0.87ts5.3
1.0.87ts5.4
1.0.87ts5.5
1.0.87ts5.6
1.0.87ts5.9

Version History

VersionDownloads (Last 7 Days)Published
1.0.87
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @types/material-ui-pagination

Weekly Downloads

7

Version

1.0.8

License

MIT

Unpacked Size

3.19 kB

Total Files

5

Last publish

Collaborators

  • types