UNPKG

treesap

Version:
9 lines 266 B
interface BaseLayoutProps { title?: string; description?: string; head?: any; children: any; } export default function BaseLayout(props: BaseLayoutProps): import("hono/jsx/jsx-dev-runtime").JSX.Element; export {}; //# sourceMappingURL=Layout.d.ts.map