Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@types/react-bootstrap-table2-paginator
Advanced tools
TypeScript definitions for react-bootstrap-table2-paginator
npm install --save @types/react-bootstrap-table2-paginator
This package contains type definitions for react-bootstrap-table2-paginator (https://github.com/react-bootstrap-table/react-bootstrap-table2#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-table2-paginator.
// Type definitions for react-bootstrap-table2-paginator 2.1
// Project: https://github.com/react-bootstrap-table/react-bootstrap-table2#readme
// Definitions by: Wlad Meixner <https://github.com/gosticks>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
// documentation taken from https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/table-props.html
import { BootstrapTableProps, PaginationOptions } from "react-bootstrap-table-next";
export interface PaginationCtxOptions {
options?: PaginationOptions | undefined;
}
/**
* declaration for table pagination sub module and factory
*/
declare function paginationFactory(options: PaginationOptions): PaginationCtxOptions;
export default paginationFactory;
interface PaginationChildProps extends PaginationOptions {
tableId?: string | undefined;
bootstrap4?: boolean | undefined;
}
/**
* Pagination context provider
*/
export function PaginationProvider(props: {
pagination?: PaginationCtxOptions | undefined;
children: (childProps: {
paginationProps: PaginationChildProps;
paginationTableProps: BootstrapTableProps;
}) => React.ReactElement | null;
}): React.ReactElement | null;
export const PaginationTotalStandalone: React.FC<PaginationChildProps>;
export const PaginationListStandalone: React.FC<PaginationChildProps>;
export interface SizePerPageDropdownStandaloneProps extends PaginationChildProps {
open?: boolean | undefined;
hidden?: boolean | undefined;
btnContextual?: boolean | undefined;
variation?: "dropdown" | "dropup" | undefined;
className?: string | undefined;
}
export const SizePerPageDropdownStandalone: React.FC<SizePerPageDropdownStandaloneProps>;
These definitions were written by Wlad Meixner.
FAQs
TypeScript definitions for react-bootstrap-table2-paginator
The npm package @types/react-bootstrap-table2-paginator receives a total of 7,358 weekly downloads. As such, @types/react-bootstrap-table2-paginator popularity was classified as popular.
We found that @types/react-bootstrap-table2-paginator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.