UNPKG

@flatbiz/antd

Version:
7 lines (5 loc) 147 B
export type Page404Props = { message?: string; }; export declare const Page404: (props: Page404Props) => import("react").JSX.Element; export {};