UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

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