UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 233 B
import './style'; import { withInstall } from '../_util/withInstall'; import Timeline from './timeline'; export { timelineProps } from './props'; const FTimeline = withInstall(Timeline); export { FTimeline, FTimeline as default };