UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

6 lines (5 loc) 135 B
import { defu } from "defu"; // @__NO_SIDE_EFFECTS__ export function defineLocale(options) { return defu(options, { dir: "ltr" }); }