UNPKG

naive-ui

Version:

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

7 lines 216 B
import { scrollbarRtl } from "../../_internal/scrollbar/styles/rtl.mjs"; import rtlStyle from "../src/styles/rtl.cssr.mjs"; export const popoverRtl = { name: 'Popover', style: rtlStyle, peers: [scrollbarRtl] };