UNPKG

@thisisagile/easy-react

Version:

Straightforward library building micro applications in react

6 lines (5 loc) 124 B
export declare const useRev: (initial?: number) => { rev: number; revalidate: () => void; reset: () => void; };