UNPKG

wxt-zustand

Version:

High-performance Zustand state management for WXT web extensions with seamless cross-tab synchronization and sub-10ms React re-renders

8 lines 221 B
// Content script/popup utilities export * from './connect'; export * from './errors'; export * from './initial'; export * from './ready'; export * from './sync'; export * from './types'; //# sourceMappingURL=index.js.map