UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 250 B
import React from 'react'; import { FieldProps } from '../../@types'; declare type TextFieldProps = { style?: React.CSSProperties; isLink?: boolean; }; declare const TextField: React.FC<FieldProps & TextFieldProps>; export default TextField;