|
Last change
on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
355 bytes
|
| Line | |
|---|
| 1 | import type { useSyncExternalStore } from 'use-sync-external-store'
|
|---|
| 2 | import type { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'
|
|---|
| 3 |
|
|---|
| 4 | export const notInitialized = () => {
|
|---|
| 5 | throw new Error('uSES not initialized!')
|
|---|
| 6 | }
|
|---|
| 7 |
|
|---|
| 8 | export type uSES = typeof useSyncExternalStore
|
|---|
| 9 | export type uSESWS = typeof useSyncExternalStoreWithSelector
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.