UNPKG

@tanem/react-nprogress

Version:

A React primitive for building slim progress bars.

2 lines (1 loc) 117 B
export declare const useGetSetState: <T extends object>(initialState?: T) => [() => T, (patch: Partial<T>) => void];