FunctionBaseNotificationLayout({
left,
middle,
right,
onNotificationClick,
onMarkRead,
onDelete,
readStatus,
})
packages/web/components/NotificationFeed/Notifications.tsx:80
FunctionClapIcon({
title,
titleId,
clapped = false,
width = 18,
colorScheme = 'light-mode',
...props
}: React.SVGP
packages/web/components/Icons/ClapIcon.tsx:12
FunctionComment({
comment,
canEdit,
onUpdateComment,
currentUser,
highlightedContent,
currentContentInPost,
pos
packages/web/components/InlineFeedbackPopover/Comment.tsx:46
FunctionEditableMarkdown({
body,
updatingCommentBody,
setUpdatingCommentBody,
editing = false,
baseContent,
isPostAuthor,
packages/web/components/EditableMarkdown/EditableMarkdown.tsx:19
FunctionFacebookIcon({
title,
titleId,
size = 60,
color = '#fff',
circleBorder = true,
...props
}: React.SVGProps<SVGS
packages/web/components/Icons/FacebookIcon.tsx:10
FunctionFileInput({
onChange,
variant,
loading,
className,
children,
})
packages/web/components/FileInput/FileInput.tsx:16
FunctionFilters({
currentUser,
resetPagination,
postQueryVars,
setPostQueryVars,
topicAndLanguageOptions,
showPos
packages/web/components/Dashboard/Filters/Filters.tsx:36