fix(wordpress__notices): update notice options (#38970)

This commit is contained in:
Derek Sifford
2019-10-08 16:02:37 -04:00
committed by Armando Aguirre
parent 5c6c7000bf
commit f079e856d1

View File

@@ -58,4 +58,9 @@ export interface Options {
* @defaultValue `true`
*/
speak: boolean;
/**
* The type of notice.
* @defaultValue `'default'`
*/
type: 'default' | 'snackbar';
}