advanced-cropper
Version:
The core of the advanced cropper libraries family
6 lines (5 loc) • 330 B
TypeScript
import { HorizontalDirection, PositionDirection, VerticalDirection } from "../types/index";
declare const ALL_DIRECTIONS: PositionDirection[];
declare const HORIZONTAL_DIRECTIONS: HorizontalDirection[];
declare const VERTICAL_DIRECTIONS: VerticalDirection[];
export { ALL_DIRECTIONS, HORIZONTAL_DIRECTIONS, VERTICAL_DIRECTIONS };