UNPKG

@antdp/layout-tabs

Version:

用于主框架选项卡组件。

10 lines (9 loc) 249 B
import React from 'react'; interface IframeProps { isShowView?: boolean; bodyPadding?: number | string; match?: any; child: React.FC<any>; } declare const _default: (props: IframeProps) => React.JSX.Element; export default _default;