UNPKG

stackpress

Version:

Incept is a content management framework.

8 lines (7 loc) 400 B
import type { ReactNode } from 'react'; import type { LayoutProviderProps } from '../types'; 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;