UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

6 lines (5 loc) 554 B
import { IPaginationDotLink, IPaginationDotProps, IPaginationWrapperStylesProps } from "./CarouselPagination.interfaces"; declare const PaginationWrapper: import("styled-components").StyledComponent<"div", any, IPaginationWrapperStylesProps, never>; declare const PaginationDotLink: import("styled-components").StyledComponent<"button", any, IPaginationDotLink, never>; declare const PaginationDot: import("styled-components").StyledComponent<"span", any, IPaginationDotProps, never>; export { PaginationWrapper, PaginationDotLink, PaginationDot };