UNPKG

@atlaskit/editor-plugin-feedback-dialog

Version:

Feedback dialog plugin for @atlaskit/editor-core

7 lines (6 loc) 234 B
/** * Inspired from: * https://stackoverflow.com/questions/9514179/how-to-find-the-operating-system-version-using-javascript */ declare const getDeviceInfo: (nAgt: string, nVersion: string) => string; export default getDeviceInfo;