FunctionDocument({
onPaste,
remove,
title,
content = "",
setTitle,
defaultTab = "edit",
handleOnContentChange
}: Props)
src/app/(drift)/(posts)/new/components/edit-document-list/edit-document/index.tsx:19
FunctionDocumentTabs({
isEditing,
defaultTab,
handleOnContentChange,
onPaste,
title,
staticPreview: preview,
children: rawC
src/app/(drift)/(posts)/components/document-tabs/index.tsx:26
FunctionPostList({
initialPosts,
hideSearch,
hideActions,
isOwner,
skeleton,
userId
}: Props)
src/app/components/post-list/index.tsx:26
FunctionStack({
children,
className = "",
gap = "var(--gap)",
direction = "column",
alignItems = "flex-start",
justif
src/app/components/stack/index.tsx:20