UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 264 B
/// <reference types="react" /> import { TimelineProps } from './type'; declare const Timeline: { ({ data, customIcon, direction, lineStyle }: TimelineProps): JSX.Element; displayName: string; }; export default Timeline; //# sourceMappingURL=index.d.ts.map