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'; import { LinkT } from '../../@types'; declare type FieldListPropsT = { link?: LinkT; records?: any[]; direction?: 'vertical' | 'horizontal'; }; declare const FieldList: React.FC<FieldListPropsT>; export default FieldList;