@rmwc/base
Advanced tools
Comparing version 2.0.2 to 2.1.2
@@ -9,2 +9,3 @@ /// <reference types="react" /> | ||
export { withFoundation, syncFoundationProp } from './withFoundation'; | ||
export { FoundationComponent } from './foundation-component'; | ||
export declare type CustomEventT<T> = CustomEvent<T> & React.SyntheticEvent<EventTarget>; |
@@ -57,1 +57,10 @@ 'use strict'; | ||
}); | ||
var _foundationComponent = require('./foundation-component'); | ||
Object.defineProperty(exports, 'FoundationComponent', { | ||
enumerable: true, | ||
get: function get() { | ||
return _foundationComponent.FoundationComponent; | ||
} | ||
}); |
{ | ||
"name": "@rmwc/base", | ||
"version": "2.0.2", | ||
"version": "2.1.2", | ||
"description": "RMWC base module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
677748
51
18939