UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

6 lines (5 loc) 347 B
import { default as React } from 'react'; import { FieldValues } from 'react-hook-form'; import { FormFieldPropsBase } from './types'; import { PartialBy } from '../../../../types/utils'; export declare const FormFieldAddress: <FormFields extends FieldValues>(props: PartialBy<FormFieldPropsBase<FormFields>, 'placeholder'>) => React.JSX.Element;