react-moveable
Version:
A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.
26 lines (25 loc) • 986 B
TypeScript
declare const _default: {
name: string;
props: {
readonly target: ObjectConstructor;
readonly dragTarget: ObjectConstructor;
readonly container: ObjectConstructor;
readonly portalContainer: ObjectConstructor;
readonly rootContainer: ObjectConstructor;
readonly zoom: NumberConstructor;
readonly transformOrigin: ArrayConstructor;
readonly edge: BooleanConstructor;
readonly ables: ArrayConstructor;
readonly className: StringConstructor;
readonly pinchThreshold: NumberConstructor;
readonly pinchOutside: BooleanConstructor;
readonly triggerAblesSimultaneously: BooleanConstructor;
readonly checkInput: BooleanConstructor;
readonly cspNonce: StringConstructor;
readonly translateZ: NumberConstructor;
readonly hideDefaultLines: BooleanConstructor;
readonly props: ObjectConstructor;
};
events: {};
};
export default _default;