UNPKG

naive-ui

Version:

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

8 lines 270 B
import { inputRtl } from "../../input/styles/rtl.mjs"; import { selectRtl } from "../../select/styles/index.mjs"; import rtlStyle from "../src/styles/rtl.cssr.mjs"; export const paginationRtl = { name: 'Pagination', style: rtlStyle, peers: [inputRtl, selectRtl] };