UNPKG

@spark-web/link

Version:

--- title: Link storybookPath: navigation-link--default isExperimentalPackage: false ---

8 lines (6 loc) 190 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./spark-web-link.cjs.prod.js"); } else { module.exports = require("./spark-web-link.cjs.dev.js"); }