Private
Public Access
1
0

feat: Fluent UI Outlook Lite + connections mockup

This commit is contained in:
2026-04-14 18:52:25 +00:00
parent 1199eff6c3
commit dfa4010406
34820 changed files with 1003813 additions and 205 deletions

10
node_modules/@griffel/react/useInsertionEffect.esm.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
"use client";
import * as React from 'react';
const useInsertionEffect =
// @ts-expect-error Hack to make sure that `useInsertionEffect` will not cause bundling issues in older React versions
// eslint-disable-next-line no-useless-concat
React['useInsertion' + 'Effect'] ? React['useInsertion' + 'Effect'] : undefined;
export { useInsertionEffect };
//# sourceMappingURL=useInsertionEffect.esm.js.map