UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 275 B
import type { IndicatorPositionVariables } from '../Indicator'; import type { IndicatorPosition } from '../Indicator.types'; export declare function getPositionVariables(_position?: IndicatorPosition, offset?: number): Record<IndicatorPositionVariables, string | undefined>;