UNPKG

@wufengteam/baguaeditor

Version:

低零融合编辑器封装

12 lines (11 loc) 319 B
import React from 'react'; export interface BusiCompTabProps { appId: string; isMobile: boolean; projectId?: string | number; tenantId?: string | number; terminal: 'app' | 'pc'; fusionMode: boolean; } declare const BusiCompTab: React.FC<BusiCompTabProps>; export default BusiCompTab;