yyx990803 / vue-hooks

Experimental React hooks implementation in Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript support

jvbianchi opened this issue · comments

In the future, do you intend to support typescript with typings for this library?

Yeah, shimming it should be quite simple though.

function useState<T>(initial: T): T {}