Skip to content

Commit 6158bd4

Browse files
authored
Export yieldToMain from @wordpress/interactivity
1 parent 212d4a8 commit 6158bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/interactivity/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export {
2525
useLayoutEffect,
2626
useCallback,
2727
useMemo,
28+
yieldToMain
2829
} from './utils';
2930

3031
export { useState, useRef } from 'preact/hooks';

0 commit comments

Comments
 (0)