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