UNPKG

hh-ui-components

Version:
9 lines (8 loc) 204 B
import React from "react"; export interface NotFoundProps { title?: string; label?: string; handle?: string; } export declare const NotFound: React.FC<NotFoundProps>; export default NotFound;