UNPKG

stackpress

Version:

Incept is a content management framework.

3 lines (2 loc) 178 B
import type { LayoutRightProps } from '../../types.js'; export default function LayoutRight({ open, head, children }: LayoutRightProps): import("react/jsx-runtime").JSX.Element;