FunctionEditorTab({
hook,
t,
backgroundSettings,
onBackgroundChange,
onAddText,
onAddShape,
onAddBadge,
onAddEm
pages/tools/cover-image-generator.tsx:506
FunctionElementToolbar({
onAddText,
onAddShape,
onAddBadge,
onAddEmoji,
onAddImage,
disabled = false,
}: ElementToolbarP
components/cover-image/ElementToolbar.tsx:25
FunctionErrorActions({
primaryLabel,
primaryHref,
primaryOnClick,
secondaryLabel,
secondaryHref,
}: ErrorActionsProps)
components/ErrorPageLayout/ErrorPageLayout.tsx:69
FunctionErrorPageLayout({
children,
title,
description,
statusCode,
noindex = true,
nofollow = false,
}: ErrorPageLayoutP
components/ErrorPageLayout/ErrorPageLayout.tsx:15
FunctionFilterSlider({
label,
value,
min,
max,
unit = "%",
onChange,
}: FilterSliderProps)
components/cover-image/BackgroundControls.tsx:27
FunctionFormInput({
type = "text",
value,
onChange,
placeholder,
min,
max,
className = "",
}: FormInputProps)
components/cover-image/FormComponents.tsx:43
FunctionFrameStyleSection({
frameStyle,
frameText,
onFrameStyleChange,
onFrameTextChange,
t,
compact = false,
}: FrameStyle
components/qr-code/FrameStyleSection.tsx:15
FunctionHistoryItemCard({
item,
onCopy,
onDelete,
onGenerateQr,
onViewAnalytics,
t,
}: HistoryItemCardProps)
pages/tools/url-shortener.tsx:127
FunctionInputField({
label,
value,
onChange,
placeholder,
type = "text",
multiline = false,
rows = 3,
required =
components/qr-code/FormFields.tsx:27
FunctionLogoUploadSection({
logoDataUrl,
onUpload,
onRemove,
t,
compact = false,
}: LogoUploadSectionProps)
components/qr-code/LogoUploadSection.tsx:12
FunctionPDFViewer({
pdfUrl,
currentPage,
totalPages,
zoom,
elements,
selectedTool,
selectedElement,
currentSign
pages/tools/pdf-signer.tsx:747
FunctionSkeleton({
className = "",
variant = "text",
width,
height,
lines = 1,
}: SkeletonProps)
components/Skeleton/Skeleton.tsx:10
FunctionSlider({
label,
value,
onChange,
min,
max,
step = 1,
unit = "",
formatValue,
}: SliderProps)
components/cover-image/FormComponents.tsx:158
FunctionStatCard({
title,
value,
icon,
color,
trend,
}: {
title: string;
value: number;
icon: "cursor" | "user
pages/dashboard/analytics.tsx:1171