UNPKG

@maximeij/css-brickout

Version:

Classic Brickout Game Engine implemented in Typescript and rendered with CSS. No dependencies.

2 lines (1 loc) 97 B
export declare function createEvent<T>(name: string, obj: T, bubbles?: boolean): CustomEvent<T>;