UNPKG

mycrossword

Version:
4 lines (2 loc) 153 B
import { GuardianCrossword, GuessGrid } from '~/types'; export declare function initialiseStores(data: GuardianCrossword, guessGrid?: GuessGrid): void;