Interface LayoutFCProps

interface LayoutFCProps {
    children: ReactNode;
    pageProps: PageProps;
}

Properties

Properties

children: ReactNode
pageProps: PageProps