UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

8 lines (7 loc) 181 B
/** * Base class to be extended. */ export declare class BaseEvent extends Event { static eventName: string; constructor(name: string, options?: EventInit | undefined); }