TypeScript: snack-bar label accepts element

Reflect changes made in code for https://github.com/react-toolbox/react-toolbox/issues/819
old
3af 2018-01-03 11:08:14 +01:00 committed by GitHub
parent b381db4054
commit 40aa354b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export interface SnackbarProps extends ReactToolbox.Props {
/**
* Text to display in the content.
*/
label?: string;
label?: string | JSX.Element;
/**
* Callback function that will be called when the button action is clicked.
*/