Add easteregg

This commit is contained in:
2022-06-12 20:15:16 +02:00
parent f33b15bfa0
commit bd3fe1518d
4 changed files with 18 additions and 5 deletions

View File

@ -6,6 +6,7 @@ import type { Diary, Project, ContentList } from "../../lib/content/types";
interface CommandInterfaceCallbacks {
setModalVisible?: (visible: boolean) => void;
setModalContent?: (content: Project | Diary, selectedPage?: number) => void;
setModalHTML?: (html: string) => void;
}
const commandInterface = new CommandInterface();