UNPKG

@procore/core-react

Version:
2 lines (1 loc) 125 B
export declare function usingHookOrDefault<T, U>(usingHook: T | undefined, defaultHook: (config: U) => T): (config: U) => T;