UNPKG
@kalamazoo/profilecard
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component to display a card with user information.
bitbucket.org/atlassian/atlaskit-mk-2
@kalamazoo/profilecard
/
dist
/
cjs
/
internal
/
analytics.d.ts
9 lines
(8 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
AnalyticsName
: {
PROFILE_CARD_CLICK
:
string
;
PROFILE_CARD_VIEW
:
string
;
PROFILE_CARD_LOADED
:
string
;
PROFILE_CARD_RELOAD
:
string
;
PROFILE_CARD_ERROR
:
string
;
PROFILE_CARD_RESOURCED_ERROR
:
string
; };