UNPKG

react-native-wishlist

Version:
10 lines 339 B
/// <reference types="react" /> export declare const TemplateContext: import("react").Context<{ templateType: string; renderChildren?: boolean | undefined; } | null>; export declare function useTemplateContext(): { templateType: string; renderChildren?: boolean | undefined; }; //# sourceMappingURL=TemplateContext.d.ts.map