Type Alias NativeReactHooks

type NativeReactHooks = {
    useEffect: Function;
    useState: Function;
}
Index

Properties

Properties

useEffect: Function
useState: Function