UNPKG

@stacksjs/stx

Version:

A performant UI Framework. Powered by Bun.

9 lines 362 B
/** * Process @teleport directives in template */ export declare function processTeleportDirectives(template: string, context: Record<string, unknown>, _filePath: string): string; /** * Ensure teleport targets exist in the document * Call this to create common teleport targets if they don't exist */ export declare function ensureTeleportTargets(): string;