atomico
Version:
Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.
8 lines (7 loc) • 349 B
JavaScript
export * from "./custom-hooks/use-prop.js";
export * from "./custom-hooks/use-event.js";
export * from "./custom-hooks/use-promise.js";
export * from "./custom-hooks/use-abort-controller.js";
export * from "./custom-hooks/use-ref-effect.js";
export * from "./custom-hooks/use-async.js";
export { useSuspense } from "./custom-hooks/use-suspense.js";