Skip to content

Instantly share code, notes, and snippets.

View turizoft's full-sized avatar
👨‍💻

Nestor Turizo Jimenez turizoft

👨‍💻
View GitHub Profile
import clsx from 'clsx';
import React, {
SyntheticEvent, useCallback, useEffect, useMemo,
} from 'react';
import {
FieldValues, RegisterOptions, UseFormReturn,
} from 'react-hook-form';
import Skeleton from 'react-loading-skeleton';
import Icon, { IconName } from '@/components/icons/Icon';