UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

14 lines (13 loc) 319 B
"use client"; import { useState as t } from "react"; import { useSafeLayoutEffect as a } from "../hooks/useSafeLayoutEffect.js"; const c = () => { const [e, o] = t("en-US"); return a(() => { o(navigator.language); }, []), e; }; export { c as useBrowserLocale }; //# sourceMappingURL=useBrowserLocale.js.map