2022-02-18 16:34:33 +01:00
|
|
|
// See https://stackoverflow.com/questions/44678315/how-to-import-markdown-md-file-in-typescript.
|
|
|
|
declare module '*.md';
|
|
|
|
declare module '*.html';
|
|
|
|
|
|
|
|
interface Window {
|
2022-02-18 17:07:09 +01:00
|
|
|
WAGTAIL_ICONS: string[];
|
2022-02-18 16:34:33 +01:00
|
|
|
}
|