Files
icehrm/web/node_modules/antd/lib/result/serverError.d.ts
2020-05-20 18:47:29 +02:00

4 lines
106 B
TypeScript

/// <reference types="react" />
declare const ServerError: () => JSX.Element;
export default ServerError;