UNPKG

firejsx

Version:

The React Framework for SSB, SSR and Serverless technologies

10 lines (9 loc) 244 B
import { PageHooks } from "../types/Plugin"; import { PageChunks } from "../types/global"; export default class { hooks: PageHooks; private readonly name; chunks: PageChunks; constructor(page: string); toString(): string; }