11 lines
554 B
JavaScript
11 lines
554 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";
|
|
import { treeRtl } from "../../tree/styles/index.mjs";
|
|
export const treeSelectRtl = {
|
|
name: 'Select',
|
|
style: c([]),
|
|
peers: [internalSelectionRtl, internalSelectMenuRtl, tagRtl, scrollbarRtl, treeRtl]
|
|
}; |