UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

11 lines 333 B
import { Notifier } from './Notifier.js'; /** * The base class for {@link CompoundClickHelper} and * {@link GenericClickHelper}. All click state properties must be at least * gettable, and optionally settable. * * @category Helper */ export class BaseClickHelper extends Notifier { } //# sourceMappingURL=BaseClickHelper.js.map