UNPKG

react-ngl

Version:
12 lines (11 loc) 190 B
/** * @file Version * @private * @author Alexander Rose <alexander.rose@weirdbyte.de> */ /** * Version name * @type {String} */ declare const Version: string; export default Version;