UNPKG

@coreui/react

Version:

UI Components Library for React.js

4 lines (3 loc) 173 B
import { Placement } from '@popperjs/core'; declare const getRTLPlacement: (placement: string, element: HTMLDivElement | null) => Placement; export default getRTLPlacement;