UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

2 lines 193 B
import { PinnedColumnPosition } from "../internals/constants.js"; export declare const rtlFlipSide: (position: PinnedColumnPosition | undefined, isRtl: boolean) => "left" | "right" | undefined;