UNPKG

@helldoc/core

Version:
6 lines (5 loc) 143 B
import { ReactElement } from "react"; declare function GlobalLayout(props: { children: ReactElement; }): any; export default GlobalLayout;