UNPKG

@datametria/vue-components

Version:

DATAMETRIA Vue.js 3 Component Library with Multi-Brand Theming - 51 components + 10 composables with theming support, WCAG 2.2 AA, dark mode, responsive system

3 lines (2 loc) 109 B
import { Ref } from 'vue'; export declare function useLocalStorage<T>(key: string, defaultValue: T): Ref<T>;