UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

4 lines (3 loc) 148 B
import React from "react"; import { TextFieldProps } from "../TextField"; export declare const SearchField: React.FC<Omit<TextFieldProps, "type">>;