UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

6 lines (5 loc) 211 B
// @ts-expect-error meet-react 未导出Shell组件 import { Shell as MeetShell } from '@alifd/meet-react'; import NextShell from '../index'; var Shell = MeetShell ? MeetShell : NextShell; export default Shell;