diff --git a/wordpress__blocks/index.d.ts b/wordpress__blocks/index.d.ts index 258c57e..64888ae 100644 --- a/wordpress__blocks/index.d.ts +++ b/wordpress__blocks/index.d.ts @@ -49,6 +49,7 @@ declare module '@wordpress/blocks' { */ type AttributeShape = { type: dataTypes | dataTypes[]; + role?: 'content' | 'local'; source?: 'text' | 'html' | 'query' | 'attribute'; /** * Default values won't be sent during render, so they must be either