UNPKG

stackpress

Version:

Incept is a content management framework.

4 lines (3 loc) 281 B
import type { BlankAppProps, LayoutBlankProps } from '../types.js'; export declare function BlankApp({ head, children }: BlankAppProps): import("react/jsx-runtime").JSX.Element; export default function LayoutBlank(props: LayoutBlankProps): import("react/jsx-runtime").JSX.Element;