Interface ImportLoadingProps

interface ImportLoadingProps {
    pageProps?: PageProps;
}

Properties

Properties

pageProps?: PageProps