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) 318 B
import { atom } from "../../chunks/chunk-OBOPLPUQ.js"; import "../../chunks/chunk-U5RRZUYZ.js"; // src/dashboard/atoms/StyleAtoms.ts import { workspaceAtom } from "./NavigationAtoms.js"; var accentColorAtom = atom((get) => { const { color } = get(workspaceAtom); return color; }); export { accentColorAtom };