UNPKG

mycrossword

Version:
5 lines (4 loc) 252 B
export { default as MyCrossword } from './components/MyCrossword/MyCrossword'; export type { MyCrosswordProps } from './components/MyCrossword/MyCrossword'; export type { GuardianCrossword } from './types'; export type { GuardianClue } from './types';