bulletproof-react icon indicating copy to clipboard operation
bulletproof-react copied to clipboard

Form.tsx typings

Open kopestik opened this issue 2 years ago • 0 comments

I know this question is Typescript-specific, but I can't find articles about it.

Why do you do this in the Form.tsx? TFormValues extends Record<string, unknown> = Record<string, unknown>

Is it really different from this? TFormValues extends Record<string, unknown>

kopestik avatar Jun 14 '22 23:06 kopestik