UNPKG

136 BTypeScriptView Raw
1export declare function CustomEvent(type: any, detail?: any, params?: {
2 bubbles: boolean;
3 cancelable: boolean;
4}): CustomEvent;