@atlaskit/help
Version:
A cross-product help component
9 lines • 358 B
JavaScript
import * as x from '@atlaskit/analytics-next';
export const withAnalyticsEvents = x.withAnalyticsEvents;
export const withAnalyticsContext = x.withAnalyticsContext;
export const createAndFire = x.createAndFireEvent('atlaskit');
export const defaultAnalyticsAttributes = {
componentName: 'help',
packageName: "@atlaskit/help",
packageVersion: "8.0.6"
};