UNPKG

@stacksjs/stx

Version:

A performant UI Framework. Powered by Bun.

8 lines 308 B
import type { StxOptions } from '../types'; /** * Generate offline fallback page HTML * * If a custom offline page is specified in config, it will be processed. * Otherwise, a default styled offline page is generated. */ export declare function generateOfflinePage(options: StxOptions): Promise<string>;