import BaseProps from '../BaseProps.ts'; import ErrorElementProps from '../../elements/_error/ErrorElementProps.ts'; export default interface ErrorComponentProps extends BaseProps, ErrorElementProps {}