@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
3 lines (2 loc) • 649 B
TypeScript
export { TimelineRoot as Root, TimelineRootPropsProvider as RootPropsProvider, TimelineItem as Item, TimelineSeparator as Separator, TimelineConnector as Connector, TimelineIndicator as Indicator, TimelineContent as Content, TimelineTitle as Title, TimelineDescription as Description, } from "./timeline";
export type { TimelineRootProps as RootProps, TimelineItemProps as ItemProps, TimelineConnectorProps as ConnectorProps, TimelineSeparatorProps as SeparatorProps, TimelineIndicatorProps as IndicatorProps, TimelineContentProps as ContentProps, TimelineTitleProps as TitleProps, TimelineDescriptionProps as DescriptionProps, } from "./timeline";