UNPKG

react-native-theme-flow

Version:
4 lines 274 B
import type { ValueOrFactory } from '../types'; export declare const isFactory: <T, C>(v: ValueOrFactory<T, C>) => v is (input: C) => T; export declare const getFactoryValue: <T, C>(value: ValueOrFactory<T, C>, input: C) => T; //# sourceMappingURL=get-factory-value.d.ts.map