react-web-native-sketch
Version:
[TODO: We need an overview of how this can be used via npm vs as a local package]
6 lines (5 loc) • 428 B
TypeScript
import * as React from 'react';
import { InjectedTranslateProps } from 'react-i18next';
import { ArrayOfObjectsDBValue, ArrayOfObjectsProps, FieldCommon, FieldStateProps } from '../../redux/FormComponents/FormComponents.types';
export declare type OwnProps = ArrayOfObjectsProps & FieldStateProps<ArrayOfObjectsDBValue> & FieldCommon & InjectedTranslateProps;
export declare const ArrayOfObjects: React.ComponentType<OwnProps>;