Closed ho991217 closed 5 months ago
This PR restricts exports from src/index.ts. Previous codebase was exporting internal functions or hooks such as createEvent, useOverlayList or useOverlayEvent, which should not be accessible from outside of the module.
src/index.ts
createEvent
useOverlayList
useOverlayEvent
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR restricts exports from
src/index.ts
. Previous codebase was exporting internal functions or hooks such ascreateEvent
,useOverlayList
oruseOverlayEvent
, which should not be accessible from outside of the module.