UNPKG

svelte-games

Version:

**Small, interactive games designed for loading or wait screens.** Easily import these lightweight, customizable game components into your Svelte projects to keep users entertained during downtime.

4 lines (3 loc) 145 B
declare const Two048: import("svelte").Component<Record<string, never>, {}, "">; type Two048 = ReturnType<typeof Two048>; export default Two048;