* 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;
children?: Array<ContentActionRef>;
component?: string;
data?: any;
actions?: {
click?: string;
[key: string]: string;