UNPKG

edge.js

Version:
7 lines (6 loc) 195 B
import type { TagContract } from '../types.js'; /** * The inject tag is used within the components to share values with the * component caller. */ export declare const injectTag: TagContract;