FunctionModal({
children,
className,
showModal,
setShowModal,
onClose,
desktopOnly,
preventDefaultClose,
}: {
src/components/ui/model.tsx:8
FunctionPopover2({
children,
content,
align = "center",
openPopover,
setOpenPopover,
mobileOnly,
}: {
children:
src/components/ui/popover-2.tsx:8
FunctionUsageCategory({
title,
unit,
tooltip,
usage,
usageLimit,
numberOnly,
}: {
title: string;
unit: string;
to
src/app/(dashboard)/[team_slug]/settings/billing/billing-page-client.tsx:265
FunctionUsageLimitView({
children,
exceedingLimit,
upgradeMessage,
plan,
team_slug,
placeholder,
}: Props)
src/components/molecule/usage-limit-view.tsx:14