Spinner
This commit is contained in:
@ -6,7 +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;
|
||||
setModalHTML?: (html: any) => void;
|
||||
}
|
||||
|
||||
const commandInterface = new CommandInterface();
|
||||
|
@ -5,7 +5,7 @@ import type { Project, Diary } from "../../lib/content/types";
|
||||
interface ModalFunctions {
|
||||
setVisible?: CallableFunction;
|
||||
setContent?: (content: Project| Diary) => void;
|
||||
setHtml?: (html: string) => void;
|
||||
setHtml?: (html: any) => void;
|
||||
onContentReady?: () => void;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user