UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

15 lines (13 loc) 366 B
import { useAtomValue } from "../../chunks/chunk-WF77DMLN.js"; import "../../chunks/chunk-OBOPLPUQ.js"; import "../../chunks/chunk-U5RRZUYZ.js"; // src/dashboard/hook/UseEntrySummary.tsx import { entrySummaryAtoms } from "../atoms/EntrySummaryAtoms.js"; function useEntrySummary(id) { return useAtomValue(entrySummaryAtoms(id)); } export { useEntrySummary };