mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 06:59:13 +08:00
3 lines
192 B
Text
3 lines
192 B
Text
import Component from '../../Component';
|
|
import TemplateScope from './TemplateScope';
|
|
export default function is_contextual(component: Component, scope: TemplateScope, name: string): boolean;
|