UNPKG

autogram-sdk

Version:
11 lines (7 loc) 275 B
export const EVENT_SCREEN = { SIGN_READER: "autogram-sign-reader-screen", SIGN_MOBILE: "autogram-sign-mobile-screen", }; export const EVENT_CLOSE = "autogram-close"; export const EVENT_SIGN = "autogram-sign"; export const EVENT_SHOW_QR_CODE = "autogram-show-qr-code";