react-native-wishlist
Version:
The fastest List component for React Native.
10 lines • 339 B
TypeScript
/// <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