UNPKG

wxt-zustand

Version:

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

7 lines 216 B
// Main entry point for wxt-zustand package export * from './background'; export * from './frontend'; export * from './messaging'; export * from './storage'; export * from './types'; //# sourceMappingURL=index.js.map