mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-12 08:34:32 +00:00
fix(wordpress__notices): update notice options (#38970)
This commit is contained in:
committed by
Armando Aguirre
parent
5c6c7000bf
commit
f079e856d1
5
types/wordpress__notices/index.d.ts
vendored
5
types/wordpress__notices/index.d.ts
vendored
@@ -58,4 +58,9 @@ export interface Options {
|
||||
* @defaultValue `true`
|
||||
*/
|
||||
speak: boolean;
|
||||
/**
|
||||
* The type of notice.
|
||||
* @defaultValue `'default'`
|
||||
*/
|
||||
type: 'default' | 'snackbar';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user