MCPcopy Create free account
hub / github.com/fontsource/fontsource / loadSearchDialog

Function loadSearchDialog

website/app/components/docs/CommandBar.tsx:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 | undefined;
13
14const loadSearchDialog = () => {
15 searchDialogPromise ??= import('./SearchDialog').then((module) => ({
16 default: module.SearchDialog,
17 }));
18 return searchDialogPromise;
19};
20
21const SearchDialog = lazy(loadSearchDialog);
22

Callers 1

warmSearchDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected