UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

3 lines (2 loc) 115 B
import { Ref } from 'vue'; export default function useState<T>(defaultValue?: T): [Ref<T>, (newValue: T) => void];