UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 305 B
import type { SFCWithInstall } from '../_util/interface'; import Timeline from './timeline'; export { timelineProps } from './props'; export type { TimelineProps } from './props'; type TimelineType = SFCWithInstall<typeof Timeline>; export declare const FTimeline: TimelineType; export default FTimeline;