Interface ImportErrorProps

interface ImportErrorProps {
    code?: string | number;
    icon?: string;
    message?: string;
    pageProps?: PageProps;
}

Properties

code?: string | number
icon?: string
message?: string
pageProps?: PageProps