UNPKG

adverich-kun-ui

Version:

Una librería de componentes Vue.js con Tailwind CSS

13 lines (12 loc) 169 B
import { ref as r } from "vue"; const t = r(0); function i(e) { t.value = e; } function n() { return t; } export { i as setAppbarHeight, n as useAppbarHeight };