stories.d.ts 195 B

1234567
  1. // See https://stackoverflow.com/questions/44678315/how-to-import-markdown-md-file-in-typescript.
  2. declare module '*.md';
  3. declare module '*.html';
  4. interface Window {
  5. WAGTAIL_ICONS: string[];
  6. }