UNPKG

@doreamonjs/gate

Version:
10 lines (9 loc) 207 B
import { ReactNode } from 'react'; import './index.less'; export interface IBody { style?: any; needRenderBody?: boolean; body: ReactNode; } declare const _default: any; export default _default;