UNPKG

@zendeskgarden/react-pagination

Version:

Components relating to pagination in the Garden Design System

16 lines (15 loc) 789 B
/** * Copyright Zendesk, Inc. * * Use of this source code is governed under the Apache License, Version 2.0 * found at http://www.apache.org/licenses/LICENSE-2.0. */ export { StyledList } from './OffsetPagination/StyledList'; export { StyledListItem } from './OffsetPagination/StyledListItem'; export { StyledPage } from './OffsetPagination/StyledPage'; export { StyledCursorPagination } from './CursorPagination/StyledCursorPagination'; export { StyledCursor } from './CursorPagination/StyledCursor'; export { StyledIcon, type IStyledIcon } from './CursorPagination/StyledIcon'; export { StyledGapListItem } from './OffsetPagination/StyledGapListItem'; export { StyledNavigation } from './OffsetPagination/StyledNavigation'; export { StyledNav } from './OffsetPagination/StyledNav';