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)

7 lines (6 loc) 485 B
export declare const usePreferences: () => import("../atoms/PreferencesAtoms.js").Preferences; export declare const useSchemePreference: () => import("../atoms/PreferencesAtoms.js").ColorScheme; export declare const useToggleSchemePreference: () => () => void; export declare const useWorkspacePreference: () => string | undefined; export declare const useSizePreference: () => number; export declare const useLanguagePreference: () => import("../atoms/PreferencesAtoms.js").Language;