/** * - Consider using `lazyObject` instead if the lazy value is not callable * - ⚠️ Does not work with react components - returns `undefined` for `.$$typeof` * * - Work-around for `react-native` - metro bundler calls `.$$typeof` immediately * to register for react hot reload * - Work-around for `react`: `.prototype` returns Object.prototype even though * it's not a class constructor (for this use lazyConstructor) */ export declare function lazyFunction any>(getValue: () => T): T; //# sourceMappingURL=lazyFunction.d.ts.map