UNPKG

@arc-publishing/sdk-identity

Version:
11 lines (10 loc) 211 B
declare global { interface Window { CustomEvent: any; } } export declare const fireEvent: (name: string, params?: { bubbles?: boolean; cancelable?: boolean; detail?: any; }) => void;