5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
|
|
import rtlStyle from "../src/styles/rtl.cssr.mjs";
|
||
|
|
export const internalSelectionRtl = {
|
||
|
|
name: 'InternalSelection',
|
||
|
|
style: rtlStyle
|
||
|
|
};
|