UNPKG

367 BTypeScriptView Raw
1import * as React from 'react';
2import { SelectCallback } from 'react-bootstrap';
3
4declare namespace PaginationLast {
5 export interface PaginationLastProps extends React.HTMLProps<PaginationLast> {
6 disabled?: boolean | undefined;
7 }
8}
9declare class PaginationLast extends React.Component<PaginationLast.PaginationLastProps> { }
10export = PaginationLast;