UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

7 lines (6 loc) 196 B
/// <reference types="react" /> declare namespace PageNotFound { type Input = {}; } declare const PageNotFound: React.FC<PageNotFound.Input>; export { PageNotFound, PageNotFound as default };