FunctionAnimatedGroup({ children, className, variants, preset, as = "div", asChild = "div" }: AnimatedGroupProps)
apps/web/src/components/ui/animated-group.tsx:102
FunctionAuthErrorCard({ title, content, actionText, actionHref, className, ...props }: AuthErrorCardProps)
apps/web/src/components/auth/shared/auth-error-card.tsx:14
FunctionConnectedAccountsSection({
accounts,
defaultAccountId,
isSettingDefault,
onDisconnect,
onSetDefault,
onUpdateAccount,
}: Connect
apps/web/src/components/settings/connected-accounts-section.tsx:121
FunctionDialogContent({
className,
children,
showCloseButton = true,
showBackButton = false,
onBack,
...props
}: DialogConten
apps/web/src/components/ui/dialog.tsx:42
FunctionDownloadProgress({
isDownloading,
progress = 0,
fileName,
error,
onCancel,
className,
style,
}: DownloadProgressProps)
apps/web/src/components/ui/download-progress.tsx:16