UNPKG

@antdp/layout-tabs

Version:

用于主框架选项卡组件。

8 lines (7 loc) 206 B
import React from 'react'; interface IframeProps { isShowView?: boolean; bodyPadding?: number | string; } declare const _default: (props: IframeProps) => React.JSX.Element; export default _default;