UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

4 lines (3 loc) 205 B
/// <reference types="react" /> declare const useInternalState: <T>(defaultValueProp: T, valueProp: T) => [T, import("react").Dispatch<import("react").SetStateAction<T>>]; export default useInternalState;