UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

10 lines (9 loc) 261 B
import React from 'react'; export declare type ReferenceManyInputProps = { name: string; reference: string; label?: string; record?: any; }; declare const ReferenceManyInput: React.FC<ReferenceManyInputProps>; export default ReferenceManyInput;