UNPKG

hh-ui-components

Version:
7 lines (6 loc) 182 B
import { FC } from "react"; export interface Background404Props { className?: string; } export declare const Background404: FC<Background404Props>; export default Background404;