naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
10 lines • 486 B
JavaScript
import { scrollbarRtl } from "../../_internal/scrollbar/styles/index.mjs";
import { internalSelectMenuRtl } from "../../_internal/select-menu/styles/index.mjs";
import { internalSelectionRtl } from "../../_internal/selection/styles/index.mjs";
import { c } from "../../_utils/cssr/index.mjs";
import { tagRtl } from "../../tag/styles/index.mjs";
export const selectRtl = {
name: 'Select',
style: c([]),
peers: [internalSelectionRtl, internalSelectMenuRtl, tagRtl, scrollbarRtl]
};