UNPKG

@writely/preview

Version:

Lightning-fast development server with live preview for Writely blogs. Hot reload, file watching, and instant feedback for the best development experience.

10 lines 333 B
import "@writely/core/globals.css"; import { BlogConfig } from "@writely/core"; import React from "react"; interface RootLayoutProps { children: React.ReactNode; config: BlogConfig; } export default function RootLayout({ children, config }: RootLayoutProps): React.JSX.Element; export {}; //# sourceMappingURL=layout.d.ts.map