1 | 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";
|
2 | 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";
|