UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 153 B
import { Orientation } from "./types"; export declare function getOppositeOrientation(orientation?: Orientation): "horizontal" | "vertical" | undefined;