UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

10 lines (9 loc) 253 B
import React from 'react'; import { FieldProps } from '../../@types'; declare type TagFieldProps = { color?: string; icon?: string; visible?: boolean; }; declare const TagField: React.FC<FieldProps & TagFieldProps>; export default TagField;