5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
import Block from '../../Block';
|
|
import Action from '../../../nodes/Action';
|
|
export default function add_actions(block: Block, target: string, actions: Action[]): void;
|
|
export declare function add_action(block: Block, target: string, action: Action): void;
|