UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

10 lines (9 loc) 306 B
import { CSSObject } from '@xstyled/styled-components'; import { ThemeValues } from '../../theme'; export interface ThemePagination { active: CSSObject; default: CSSObject; disabled: CSSObject; item: CSSObject; } export declare const getPagination: (theme: ThemeValues) => ThemePagination;