@rmwc/dialog
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -31,3 +31,5 @@ import { CustomEventT } from '@rmwc/base'; | ||
/** Action buttons for the Dialog. */ | ||
export declare class DialogButton extends React.Component<DialogButtonPropsT> { | ||
export declare class DialogButton extends React.Component<DialogButtonPropsT & { | ||
className?: string; | ||
}> { | ||
static displayName: string; | ||
@@ -34,0 +36,0 @@ render(): JSX.Element; |
{ | ||
"name": "@rmwc/dialog", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "RMWC Dialog component", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"@rmwc/base": "^4.0.1", | ||
"@rmwc/button": "^4.0.1", | ||
"@rmwc/button": "^4.0.2", | ||
"focus-trap": "^2.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
62750
7
1388
Updated@rmwc/button@^4.0.2