frontend/.pnpm-store/v3/files/6b/73e7974a5cdc2ce69f94c39875f2447bac15c59641c4975b7de18f2d043d7b38ec78d38d04187d5cbb49a31644bae4f715c04b609da576ee9e6096b91b491c

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;