mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 05:19:13 +08:00
5 lines
320 B
Text
5 lines
320 B
Text
import Block from '../../Block';
|
|
import Action from '../../../nodes/Action';
|
|
import { Expression } from 'estree';
|
|
export default function add_actions(block: Block, target: string | Expression, actions: Action[]): void;
|
|
export declare function add_action(block: Block, target: string | Expression, action: Action): void;
|