UNPKG

@flashport/flashportui

Version:

This is a set basic UI components for FlashPort

8 lines (7 loc) 246 B
import { AEvent } from "@flashport/flashport"; export declare class DEvent extends AEvent { data: any; constructor(type: string, _data: any, bubbles?: boolean, cancelable?: boolean); clone: () => AEvent; toString: () => string; }