UNPKG

@launchmenu/applet-notes

Version:
7 lines 246 B
import { LFC } from "@launchmenu/core"; import { Note } from "../../dataModel/Note"; /** The content to render a note's content as html */ export declare const ContentHtml: LFC<{ note: Note; }>; //# sourceMappingURL=ContentHtml.d.ts.map