mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:19:30 +08:00
5 lines
374 B
Text
5 lines
374 B
Text
import { Scope } from 'periscopic';
|
|
import { Node } from 'estree';
|
|
import Renderer from './Renderer';
|
|
export declare function invalidate(renderer: Renderer, scope: Scope, node: Node, names: Set<string>, main_execution_context?: boolean): any;
|
|
export declare function renderer_invalidate(renderer: Renderer, name: string, value?: any, main_execution_context?: boolean): any;
|