@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 457 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { BoxProps } from "../box/box.types.js";
import "../box/index.js";
import "../index.js";
//#region src/pagination/paginationGoToPage.d.ts
/** Displays a number input, which allows quickly jumping between pages. */
declare const PaginationGoToPage: VuiComponent<"div", BoxProps>;
//#endregion
export { PaginationGoToPage, PaginationGoToPage as default };
//# sourceMappingURL=paginationGoToPage.d.ts.map