@shopify/polaris-types 1.0.7 → 1.1.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/custom-elements.json +2331 -1914
- package/dist/polaris.d.ts +2309 -477
- package/package.json +5 -25
package/README.md
CHANGED
|
@@ -45,5 +45,5 @@ IDE extensions and other tooling that understand the CEM format can use this to
|
|
|
45
45
|
// The field points to: ./dist/custom-elements.json
|
|
46
46
|
|
|
47
47
|
// Via direct import
|
|
48
|
-
import cem from
|
|
48
|
+
import cem from "@shopify/polaris-types/custom-elements";
|
|
49
49
|
```
|