UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 230 B
import { tag } from '../TagJsTags/tag.function.js'; export type OnInitCallback = () => unknown; /** Used for knowing when html elements have arrived on page */ export declare function onInit(callback: OnInitCallback): typeof tag;