@sap-ux/ui-components
Version:
SAP UI Components Library
23 lines • 626 B
TypeScript
import React from 'react';
import type { ISearchBoxProps } from '@fluentui/react';
/**
* UISearchBox component
* based on https://developer.microsoft.com/en-us/fluentui#/controls/web/searchbox
*
* @exports
* @class UISearchBox
* @extends {React.Component<ISearchBoxProps, {}>}
*/
export declare class UISearchBox extends React.Component<ISearchBoxProps, {}> {
/**
* Initializes component properties.
*
* @param {ISearchBoxProps} props
*/
constructor(props: ISearchBoxProps);
/**
* @returns {JSX.Element}
*/
render(): JSX.Element;
}
//# sourceMappingURL=UISearchBox.d.ts.map