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) 141 B
declare const Snake: import("svelte").Component<Record<string, never>, {}, "">; type Snake = ReturnType<typeof Snake>; export default Snake;