@sanity/form-builder
Version:
Sanity form builder
5 lines • 385 B
TypeScript
import { Observable } from 'rxjs';
export declare type Orientation = 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left' | 'left-top' | 'right-top' | 'right-bottom' | 'left-bottom';
export declare const DEFAULT_ORIENTATION: Orientation;
export default function orient(image: HTMLImageElement, orientationId: Orientation): Observable<unknown>;
//# sourceMappingURL=orient.d.ts.map