UNPKG

@uiw-admin/exceptions

Version:
5 lines (4 loc) 184 B
import './styles/index.css'; import { ExceptionsProps } from '../index'; declare const Exception404: ({ path, btnText, }: ExceptionsProps) => JSX.Element; export default Exception404;