UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

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