UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

4 lines (3 loc) 161 B
/// <reference types="react" /> import { ISearchBoxProps } from './SearchBox.types'; export declare const SearchBox: (props: ISearchBoxProps) => JSX.Element;