FunctionInput({
id,
label,
type = 'text',
disabled,
formatPrice,
register,
required,
errors,
placeholder,
src/components/inputs/index.tsx:22
FunctionPostCard({
id,
title,
excerpt,
authorId,
authorName,
authorImage,
createdAt,
coverImage,
category,
src/components/PostCard.tsx:46
FunctionuseMutate(
createFn: (data: any) => Promise<any>,
options?: Omit<UseMutationOptions<any, Error, any, unknown>, 'mut
src/hooks/useAPiCall.ts:21