@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
4 lines (3 loc) • 468 B
TypeScript
export { TimelineConnector, TimelineContent, TimelineDescription, TimelineIndicator, TimelineItem, TimelineRoot, TimelineRootPropsProvider, TimelineSeparator, TimelineTitle, useTimelineStyles, } from "./timeline";
export type { TimelineConnectorProps, TimelineContentProps, TimelineDescriptionProps, TimelineIndicatorProps, TimelineItemProps, TimelineRootProps, TimelineSeparatorProps, TimelineTitleProps, } from "./timeline";
export * as Timeline from "./namespace";