@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 305 B
TypeScript
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;