UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 210 B
/// <reference types="react" /> import { ITextFieldProps } from './TextField.types'; export { ITextField } from './TextField.types'; export declare const TextField: (props: ITextFieldProps) => JSX.Element;