UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

4 lines (3 loc) 135 B
import React from 'react'; import { TextFieldProps } from '@mui/material'; export declare const NumberField: React.FC<TextFieldProps>;