UNPKG

edge.js

Version:
7 lines (6 loc) 235 B
import type { TagContract } from '../types.js'; /** * The component tag implementation. It is one of the most complex tags and * can be used as a reference for creating other tags. */ export declare const componentTag: TagContract;