UNPKG

stackpress

Version:

Incept is a content management framework.

4 lines (3 loc) 278 B
import type { BlankAppProps, LayoutBlankProps } from '../types'; 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;