UNPKG

siegel

Version:

Web application development ecosystem

12 lines (11 loc) 441 B
import type { Component, Props } from './types'; declare const componentID = "-ui-pagination"; declare const Pagination: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ theme: Props["theme"]; elementsBySide: Props["elementsBySide"]; elementsByMiddle: Props["elementsByMiddle"]; fixedWidth: Props["fixedWidth"]; }>>; export default Pagination; export { componentID }; export type { Component, Props };