@kitschpatrol/tweakpane-plugin-rotation
Version:
A fork of tweakpane-plugin-rotation with build optimizations.
10 lines (9 loc) • 404 B
TypeScript
import { View } from '@tweakpane/core';
import type { RotationInputViewConfig } from './RotationInputViewConfig.js';
export declare class RotationInputView implements View {
readonly element: HTMLElement;
readonly swatchElement: HTMLElement;
readonly textElement: HTMLElement;
readonly pickerElement: HTMLElement | null;
constructor(doc: Document, config: RotationInputViewConfig);
}