{"version":3,"file":"index.6324271a.js","sources":["../../src/components/Timeline/item/index.tsx","../../src/components/Timeline/index.tsx"],"sourcesContent":["import React from \"react\";\r\nimport '../index.less'\r\n\r\nexport interface ZTimelineItemProps {\r\n children?: React.ReactNode\r\n color?: string\r\n line?: boolean\r\n}\r\n\r\nconst ZTimelineItem = (props: ZTimelineItemProps) => {\r\n const {children, color = '#dddddd', line = true} = props\r\n return (\r\n