@coreui/react
Version:
UI Components Library for React.js
6 lines (5 loc) • 385 B
TypeScript
import type { Placement } from '@popperjs/core';
import type { Placements } from '../../types';
import type { Alignments } from './types';
export declare const getAlignmentClassNames: (alignment: Alignments) => string[];
export declare const getPlacement: (placement: Placement, direction: string | undefined, alignment: Alignments | string | undefined, isRTL: boolean) => Placements;