react-ts-paginations
Version:
React pagination is a very simple yet configurable pagination component built with React + Typescript.
6 lines (5 loc) • 371 B
TypeScript
declare const BackwardIcon: () => import("react/jsx-runtime").JSX.Element;
declare const AngleLeftIcon: () => import("react/jsx-runtime").JSX.Element;
declare const AngleRightIcon: () => import("react/jsx-runtime").JSX.Element;
declare const ForwordIcon: () => import("react/jsx-runtime").JSX.Element;
export { BackwardIcon, AngleLeftIcon, AngleRightIcon, ForwordIcon };