mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-17 00:09:13 +08:00
3 lines
188 B
Text
3 lines
188 B
Text
import Component from '../../../Component';
|
|
import { INode } from '../../../nodes/interfaces';
|
|
export default function create_debugging_comment(node: INode, component: Component): string;
|