@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/material-ui-pagination

Weekly Downloads

16

Version

1.0.8

License

MIT

Unpacked Size

3.19 kB

Total Files

5

Last publish

Collaborators

  • types