UNPKG

@stacksjs/stx

Version:

A performant UI Framework. Powered by Bun.

5 lines 258 B
import type { StxOptions } from './types'; /** * Process all custom directives registered in the app */ export declare function processCustomDirectives(template: string, context: Record<string, any>, filePath: string, options: StxOptions): Promise<string>;