- dialogAddons(
key: string,
...keys: string[],
): {
(target: Function): void;
(target: Object, propertyKey: string | symbol): void;
} Parameters
- key: string
- ...keys: string[]
Returns {
(target: Function): void;
(target: Object, propertyKey: string | symbol): void;
}