Private
Public Access
1
0
Files

7 lines
293 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 !
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});