@lesnoypudge/utils-react
Version:
lesnoypudge's utils-react
28 lines (27 loc) • 981 B
JavaScript
import { createHookComponent } from "./createHookComponent/createHookComponent.js";
import { createLocalStorageHook } from "./createLocalStorageHook/createLocalStorageHook.js";
import { createSleep } from "./createSleep/createSleep.js";
import { createWithDecorator } from "./createWithDecorator/createWithDecorator.js";
import { isClient } from "./isClient/isClient.js";
import { isRef } from "./isRef/isRef.js";
import { isSSR } from "./isSSR/isSSR.js";
import { lazyLoad } from "./lazyLoad/lazyLoad.js";
import { mergeRefs } from "./mergeRefs/mergeRefs.js";
import { mutate } from "./mutate/mutate.js";
import { renderFunction } from "./renderFunction/renderFunction.js";
import { withDisplayName } from "./withDisplayName/withDisplayName.js";
export {
createHookComponent,
createLocalStorageHook,
createSleep,
createWithDecorator,
isClient,
isRef,
isSSR,
lazyLoad,
mergeRefs,
mutate,
renderFunction,
withDisplayName
};
//# sourceMappingURL=index.js.map