7 lines
216 B
JavaScript
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]
|
||
|
|
};
|