UNPKG

@keen.io/ui-core

Version:

Keen visual components library

3 lines (2 loc) 141 B
import { Position } from '../../../types'; export declare const arrowReverse: (position: Position) => "top" | "bottom" | "left" | "right";