2022-02-18 15:34:33 +00: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 16:07:09 +00:00
|
|
|
WAGTAIL_ICONS: string[];
|
2022-02-18 15:34:33 +00:00
|
|
|
}
|