* fixed types (#5692)

This commit is contained in:
dhrn
2020-05-13 14:35:58 +05:30
committed by GitHub
parent 63d59f7ffd
commit 78a91f9424

View File

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