UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

6 lines (5 loc) 203 B
// @ts-expect-error meet-react does not export Tree import { Tree as MeetTree } from '@alifd/meet-react'; import NextTree from '../index'; var Tree = MeetTree ? MeetTree : NextTree; export default Tree;