UNPKG

react-application-core

Version:

A react-based application core for the business applications.

14 lines (13 loc) 495 B
import { IFileFieldProps, IFileFieldState } from '../../../definition'; import { BaseFileField } from './base-file-field.component'; /** * @component-impl * @stable [21.08.2020] */ export declare class FileField extends BaseFileField<IFileFieldProps, IFileFieldState> { static readonly defaultProps: IFileFieldProps & Partial<import("../../../definition").IGenericComponentProps<any>>; /** * @stable [21.08.2020] */ protected getFieldClassName(): string; }