nectiasw 0.0.79 → 0.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -95,6 +95,7 @@ export type { GrantArgs, PrivateProps } from './providers/private';
95
95
  export { useCache } from './hooks/usecache';
96
96
  export { useToggle } from './hooks/usetoggle';
97
97
  export { useCheckbox } from './hooks/usecheckbox';
98
+ export { useCustomEvent } from './components/Layout/hooks';
98
99
  export { defaultConfig } from './hooks/usecache/config';
99
100
  export { defaultCacheQueryOptions } from './utils/cache';
100
101
  export { sort } from './utils/sort';
package/dist/index.es.js CHANGED
@@ -56484,6 +56484,7 @@ export {
56484
56484
  useBroadcaster,
56485
56485
  useCache,
56486
56486
  useCheckbox,
56487
+ useCustomEvent,
56487
56488
  useObserver,
56488
56489
  useSessionStore,
56489
56490
  useSignal,