UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

5 lines (4 loc) 217 B
import * as React from 'react'; import type { ITextFieldProps } from './TextField.types'; export declare const TextField: React.FunctionComponent<ITextFieldProps>; export type { ITextField } from './TextField.types';