mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:49:29 +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;
|