@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
7 lines (6 loc) • 338 B
TypeScript
import { default as React } from 'react';
import { FieldValues } from 'react-hook-form';
import { FormFieldPropsBase } from './types';
declare const FormFieldUrlContent: <FormFields extends FieldValues>(props: FormFieldPropsBase<FormFields>) => React.JSX.Element;
export declare const FormFieldUrl: typeof FormFieldUrlContent;
export {};