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.

7 lines (6 loc) 207 B
type $$ComponentProps = { name?: string | null; }; declare const TicTacToe: import("svelte").Component<$$ComponentProps, {}, "">; type TicTacToe = ReturnType<typeof TicTacToe>; export default TicTacToe;