UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

6 lines (5 loc) 187 B
import React from 'react'; import { TextFieldProps } from '@mui/material'; export type Props = TextFieldProps; declare const OnSearchField: React.FC<Props>; export default OnSearchField;