UNPKG

mycrossword

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