chore: tweak memo detail page

This commit is contained in:
Steven
2024-05-09 20:10:13 +08:00
parent 942052b1ea
commit e7a788fa71
5 changed files with 57 additions and 34 deletions

View File

@ -28,7 +28,7 @@ import ResourceListView from "./ResourceListView";
import { handleEditorKeydownWithMarkdownShortcuts, hyperlinkHighlightedText } from "./handlers";
import { MemoEditorContext } from "./types";
interface Props {
export interface Props {
className?: string;
cacheKey?: string;
placeholder?: string;