FunctionEntityHeader({
title,
description,
onNew,
newButtonHref,
newButtonLabel,
disabled,
isCreating,
}: EntityHead
src/components/entity-components.tsx:39
FunctionEntityItem({
href,
title,
subtitle,
image,
actions,
onRemove,
isRemoving,
className,
}: EntityItemProps)
src/components/entity-components.tsx:291
FunctionEntityList({
items,
renderItem,
getKey,
emptyView,
className,
}: EntityListProps<T>)
src/components/entity-components.tsx:251