UNPKG

stackpress

Version:

Incept is a content management framework.

8 lines (7 loc) 403 B
import type { ReactNode } from 'react'; import type { LayoutProviderProps } from '../types.js'; export declare function AdminUserMenu(): import("react/jsx-runtime").JSX.Element; export declare function AdminApp({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element; export default function LayoutAdmin(props: LayoutProviderProps): import("react/jsx-runtime").JSX.Element;