4 lines
224 B
JavaScript
4 lines
224 B
JavaScript
// needed to augment the JSX namespace for test where directly `createElement` from './createElement' is used, as we are not importing from @fluentui/react-jsx-runtime
|
|
// NOTE: this will augment all test files !
|
|
export { };
|