import * as React from 'react'; import { SearchBox } from '@fluentui/react/lib/SearchBox'; import { Stack, IStackTokens } from '@fluentui/react/lib/Stack'; const stackTokens: Partial = { childrenGap: 20 }; /* eslint-disable react/jsx-no-bind */ export const SearchBoxFullSizeExample = () => { return ( console.log('value is ' + newValue)} /> console.log('value is ' + newValue)} disableAnimation /> ); };