UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

11 lines (10 loc) 266 B
import { type Plugin } from '../../../index'; export interface PageData { } export type PageProps = { data: PageData; params: Record<string, string>; searchParams: Record<string, string>; path: string; }; export declare const setup: Plugin['setup'];