FunctionButton2({
text,
loading,
disabled,
icon,
disabledTooltip,
...props
}: ButtonProps2)
src/components/ui/button.tsx:80
FunctionCollectionBoard({
workspace,
createCollection,
// allCollection,
// isLoadingCollection,
leftPanelSize,
setLeftPa
src/components/team/workspace/left-panel/collection-board.tsx:29
FunctionCustomTooltipContent({
title,
cta,
href,
target,
onClick,
}: {
title: string;
cta?: string;
href?: string;
targe
src/components/ui/tooltip.tsx:49
FunctionForm({
title,
description,
inputAttrs,
helpText,
buttonText = "Save Changes",
disabledTooltip,
handl
src/components/ui/form.tsx:8
FunctionListView({
items,
renderItem,
noItemsElement,
footerElement,
placeholder,
className,
loading = false,
src/components/ui/listview.tsx:32