UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

15 lines (14 loc) 257 B
const getNPMPackageVersion = () => { try { return "2.1.18"; } catch (e) { if (e instanceof ReferenceError) { return "(unknown)"; } throw e; } }; export { getNPMPackageVersion }; //# sourceMappingURL=getNPMPackageVersion.js.map