import React from 'react'; import { showcaseConverter } from '@times-components/storybook'; import { TrackingContextProvider } from './TrackingContextProvider'; import analyticsStream from '../../fixtures/analytics-actions/analytics-actions'; const showcase = { children: [ { component: () => { return ( {({ fireAnalyticsEvent }) => (
{({ fireAnalyticsEvent: fireNestedAnalyticsEvent }) => ( )}
)}
); }, name: 'Tracking Context Provider', platform: 'web', type: 'story' } ], name: 'Typescript Component/Helpers' }; showcaseConverter(module, showcase);