UNPKG

stackpress

Version:

Incept is a content management framework.

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