@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
12 lines (11 loc) • 335 B
TypeScript
import { PaginationProps as MuiPaginationProps } from "@mui/material/Pagination";
/**
* Types
*/
export interface PaginationProps extends MuiPaginationProps {
}
/**
* Components
*/
declare const Pagination: ({ onChange, page, count, variant, size, ...props }: PaginationProps) => JSX.Element;
export default Pagination;