UNPKG

uiik

Version:

A UI interactions kit includes draggable, splittable, rotatable, selectable, etc.

6 lines (5 loc) 267 B
import { RotatableOptions, Uii } from "./types"; export declare class Rotatable extends Uii { constructor(els: string | Element, opts?: RotatableOptions); } export declare function newRotatable(els: string | HTMLElement, opts?: RotatableOptions): Rotatable;