UNPKG

@legendarymediatv/bootstrap

Version:

additional Bootstrap-based React components for extending functionality to react-bootstrap and gatsby

12 lines (11 loc) 466 B
export default class Pagination extends React.Component<any, any, any> { static Item: (props: any) => JSX.Element; static First: (props: any) => JSX.Element; static Last: (props: any) => JSX.Element; static Prev: (props: any) => JSX.Element; static Next: (props: any) => JSX.Element; static Ellipsis: (props: any) => JSX.Element; constructor(props: any); constructor(props: any, context: any); } import React from "react";