FunctionGlobeIcon({
title,
titleId,
size = 60,
color = '#fff',
circleBorder = true,
...props
}: React.SVGProps<SVGS
packages/web/components/Icons/GlobeIcon.tsx:10
FunctionHelpIcon({ title, titleId, color = `${theme.colors.white}`, height = 24, width = 24, ...props }: React.SVGProps<SVGSVG
packages/web/components/Icons/HelpIcon.tsx:12
FunctionInstagramIcon({
title,
titleId,
size = 60,
color = '#fff',
circleBorder = true,
...props
}: React.SVGProps<SVGS
packages/web/components/Icons/InstagramIcon.tsx:10
FunctionJournalyEditor({
value,
setValue,
slateRef,
disabled,
allowInlineImages,
}: JournalyEditorProps)
packages/web/components/JournalyEditor/JournalyEditor.tsx:63
FunctionLanguageSelect({
languagesData,
selectedLanguagesIds,
onAdd,
onRemove,
showPostCount = true,
})
packages/web/components/Dashboard/Filters/LanguageSelect.tsx:14
FunctionMultiSelect({
options,
selectedOptionValues,
placeholder,
name,
id,
loading = false,
onAdd = () => {},
on
packages/web/components/MultiSelect/MultiSelect.tsx:52
FunctionPostComments({
postId,
postAuthorId,
comments,
outdatedThreads,
onUpdateComment,
onDeleteComment,
currentUse
packages/web/components/Dashboard/Post/PostComments.tsx:36
FunctionPostEditor({
currentUser,
autosaveKey,
initialData,
dataRef,
topics,
disabled,
})
packages/web/components/PostEditor/PostEditor.tsx:70
FunctionPostHeader({
children,
postTitle,
postStatus,
authorName,
authorHandle,
publishDate,
publishedLanguageLeve
packages/web/components/PostHeader/PostHeader.tsx:30