UNPKG

@e-group/material-form

Version:

Custom react components for integrate redux-form.

6 lines (5 loc) 249 B
import { FC } from 'react'; import { WrappedFieldProps } from 'redux-form'; import { TextLoadingProps } from '@e-group/material/TextLoading'; declare const TextLoadingField: FC<TextLoadingProps & WrappedFieldProps>; export default TextLoadingField;