UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 214 B
export { default as paginationDark } from './dark'; export { default as paginationLight } from './light'; export type { PaginationTheme, PaginationThemeVars } from './light'; export { paginationRtl } from './rtl';