1.1.1 • Published 9 months ago
@febelen/rehooks-ts v1.1.1
import { useCounter } from '@febelen/rehooks-ts';
function Component() {
const [count, increment, decrement] = useCounter(0);
...
}
import { useCounter } from '@febelen/rehooks-ts';
function Component() {
const [count, increment, decrement] = useCounter(0);
...
}