UNPKG

@stacksjs/stx

Version:

A performant UI Framework. Powered by Bun.

4 lines 176 B
/** * Process @defer directives in template */ export declare function processDeferDirectives(template: string, _context: Record<string, unknown>, _filePath: string): string;