UNPKG

nsn-comp

Version:

NSN核心组件

5 lines (4 loc) 168 B
import { ExceptionProps } from '../../@types'; import { FunctionComponent } from 'react'; declare const EPage: FunctionComponent<ExceptionProps>; export default EPage;