2025-12-10 12:02:17 +08:00

7 lines
216 B
JavaScript

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]
};