UNPKG

@arco-vue-pro-components/pro-components

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