UNPKG

alinea

Version:
17 lines (15 loc) 452 B
import { useAtomValue } from "../../chunks/chunk-TOJF2G3X.js"; import "../../chunks/chunk-WJ67RR7S.js"; import "../../chunks/chunk-NZLE2WMY.js"; // src/dashboard/hook/UseEntrySummary.tsx import { entrySummaryAtoms } from "../atoms/EntrySummaryAtoms.js"; import { useLocale } from "./UseLocale.js"; function useEntrySummary(id) { const locale = useLocale(); return useAtomValue(entrySummaryAtoms({ id, locale })); } export { useEntrySummary };