@rmwc/line-ripple
Advanced tools
Comparing version 2.0.1 to 2.0.2
import * as React from 'react'; | ||
export declare const LineRipple: { | ||
new <P>(props: Readonly<any>): { | ||
render(): React.ReactElement<any> | null; | ||
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<any>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
forceUpdate(callBack?: (() => void) | undefined): void; | ||
readonly props: Readonly<{ | ||
children?: React.ReactNode; | ||
}> & Readonly<any>; | ||
state: Readonly<{}>; | ||
context: any; | ||
refs: { | ||
[key: string]: React.ReactInstance; | ||
}; | ||
}; | ||
new <P>(props: any, context?: any): { | ||
render(): React.ReactElement<any> | null; | ||
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<any>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; | ||
forceUpdate(callBack?: (() => void) | undefined): void; | ||
readonly props: Readonly<{ | ||
children?: React.ReactNode; | ||
}> & Readonly<any>; | ||
state: Readonly<{}>; | ||
context: any; | ||
refs: { | ||
[key: string]: React.ReactInstance; | ||
}; | ||
}; | ||
displayName: string; | ||
defaultProps: { | ||
tag: string | React.ComponentClass<any, any> | React.StatelessComponent<any>; | ||
constructor: Function; | ||
toString(): string; | ||
toLocaleString(): string; | ||
valueOf(): Object; | ||
hasOwnProperty(v: string | number | symbol): boolean; | ||
isPrototypeOf(v: Object): boolean; | ||
propertyIsEnumerable(v: string | number | symbol): boolean; | ||
}; | ||
isSimpleTag: boolean; | ||
}; | ||
export declare const LineRipple: React.ComponentType<import("@rmwc/base/simpleTag").SimpleTagPropsT>; | ||
export default LineRipple; |
{ | ||
"name": "@rmwc/line-ripple", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "RMWC LineRipple component", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"@material/line-ripple": "~0.39.0", | ||
"@rmwc/base": "^2.0.1" | ||
"@rmwc/base": "^2.0.2" | ||
} | ||
} |
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
1986
24
Updated@rmwc/base@^2.0.2