UNPKG

amis

Version:

一种MIS页面生成工具

10 lines (9 loc) 327 B
import React from 'react'; import BasicService from '../Service'; import { IScopedContext } from '../../Scoped'; export declare class ServiceRenderer extends BasicService { static contextType: React.Context<IScopedContext>; componentWillMount(): void; componentWillUnmount(): void; renderBody(): JSX.Element; }