UNPKG

ze-react-component-library

Version:
3 lines (2 loc) 158 B
/// <reference types="react" /> export default function useService<T>(func: (...args: any[]) => T, initialValue?: T | undefined): import("react").Context<T>;