UNPKG

naive-ui

Version:

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

8 lines 240 B
import rtlStyle from "../src/styles/rtl.cssr.mjs"; import { scrollbarRtl } from "../../_internal/scrollbar/styles/rtl.mjs"; export const drawerRtl = { name: 'Drawer', style: rtlStyle, peers: [scrollbarRtl] }; export default drawerRtl;