UNPKG

@onesy/ui-react

Version:
18 lines (17 loc) 423 B
import React from 'react'; import { ISection } from '../Section/Section'; export declare type INotFound = ISection & { name?: any; href?: string; to?: string; link?: string; start?: any; end?: any; buttonText?: any; renderButton?: (props: any) => any; fullHeight?: any; ButtonProps?: any; TypeProps?: any; }; declare const NotFound: React.FC<INotFound>; export default NotFound;