UNPKG

@atlaskit/editor-plugin-feedback-dialog

Version:

Feedback dialog plugin for @atlaskit/editor-core

7 lines (6 loc) 232 B
/** * Inspired from: * https://stackoverflow.com/questions/11219582/how-to-detect-my-browser-version-and-operating-system-using-javascript */ declare const getBrowserInfo: (nAgt: string) => string; export default getBrowserInfo;