FunctionGroupIcon({
active,
id,
label,
icon,
onClick,
}: GroupIconProps<T>)
src/app/components/emoji-board/components/Sidebar.tsx:93
FunctionHierarchyItemMenu({
item,
joined,
powerLevels,
canEditChild,
pinned,
onTogglePin,
}: HierarchyItemMenuProps)
src/app/features/lobby/HierarchyItemMenu.tsx:206
FunctionImageGroupIcon({
active,
id,
label,
url,
onClick,
}: ImageGroupIconProps<T>)
src/app/components/emoji-board/components/Sidebar.tsx:114
FunctionImageTile({
defaultShortcode,
image,
packUsage,
useAuthentication,
canEdit,
onEdit,
onDeleteToggle,
del
src/app/components/image-pack-view/ImageTile.tsx:23
FunctionImageTileEdit({
defaultShortcode,
useAuthentication,
packUsage,
image,
onCancel,
onSave,
}: ImageTileEditProps)
src/app/components/image-pack-view/ImageTile.tsx:115
FunctionInfoCard({
variant = 'Primary',
title,
description,
before,
after,
children,
}: InfoCardProps)
src/app/components/info-card/InfoCard.tsx:16
FunctionInviteCard({
invite,
compact,
hour24Clock,
dateFormatString,
onNavigate,
hideAvatar,
}: InviteCardProps)
src/app/pages/client/inbox/Invites.tsx:154
FunctionInviteFilters({
filter,
onFilter,
knownInvites,
unknownInvites,
spamInvites,
}: InviteFiltersProps)
src/app/pages/client/inbox/Invites.tsx:351
FunctionJoinRulesSwitcher({
icons,
labels,
rules,
value,
onChange,
disabled,
changing,
}: JoinRulesSwitcherProps<T>)
src/app/components/JoinRulesSwitcher.tsx:62
FunctionKnownInvites({
invites,
handleNavigate,
compact,
hour24Clock,
dateFormatString,
}: KnownInvitesProps)
src/app/pages/client/inbox/Invites.tsx:423
FunctionMEmote({
displayName,
edited,
content,
renderBody,
renderUrlsPreview,
}: MEmoteProps)
src/app/components/message/MsgTypeRenderers.tsx:112