0.1.8 • Published 4 months ago

@friendsofshopware/storefront-types v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Types for Shopware Storefront

This package provides types for window bound classes in Shopware 6 Storefront:

  • window.PluginManager
  • window.PluginBaseClass
  • window.router

Install this package with NPM:

npm install @friendsofshopware/storefront-types --save-dev

To hav the types active, you need to create a tsconfig.json (src/Resources/app/storefront/tsconfig.json) with following content:

{
    "compilerOptions": {
        "types": ["@friendsofshopware/storefront-types"]
    }
}
0.1.8

4 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.1

5 months ago