libs/@guardian/react-crossword/stories/formats/cryptic.progress.ts (18 lines of code) (raw):

import type { Progress } from '../../src/@types/crossword'; export const progress: Progress = [ ['', '', '', '', '', '', '', '', '', 'N', '', '', '', '', ''], ['', '', '', '', '', '', '', '', '', 'O', '', 'B', '', '', ''], ['', '', '', '', '', '', '', '', '', 'A', '', 'O', '', '', ''], ['', '', '', '', '', '', '', '', '', 'N', '', 'R', '', '', ''], ['', '', '', '', '', '', '', '', '', 'S', '', 'N', '', '', ''], ['', '', '', '', '', '', '', '', '', 'W', '', 'L', '', '', ''], ['', '', '', '', '', '', '', '', '', 'E', '', 'O', '', '', ''], ['', '', '', '', '', '', '', '', '', 'R', '', 'S', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', 'E', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', 'R', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], ['', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], ];