add missing api to extensions interface (#7120)

This commit is contained in:
Denys Vuika
2021-08-13 11:38:45 +01:00
committed by GitHub
parent 4cf8d96131
commit 6e6ba46026

View File

@@ -34,6 +34,7 @@ export interface ContentActionRef extends ExtensionElement {
children?: Array<ContentActionRef>;
component?: string;
data?: any;
color?: string;
actions?: {
click?: string;
[key: string]: string;