@rmwc/base
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -20,3 +20,3 @@ import * as React from 'react'; | ||
declare type FoundationPropsT<P> = P & React.HTMLAttributes<any> & React.HTMLProps<any>; | ||
export declare class FoundationComponent<P> extends React.Component<FoundationPropsT<P>> { | ||
export declare class FoundationComponent<P, S = {}> extends React.Component<FoundationPropsT<P>, S> { | ||
foundation_: any; | ||
@@ -23,0 +23,0 @@ classList: { |
{ | ||
"name": "@rmwc/base", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"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
703694
56
19414