UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

9 lines (8 loc) 1.08 kB
import { TimelineConnector, TimelineConnectorProps, TimelineContent, TimelineContentProps, TimelineDescription, TimelineDescriptionProps, TimelineIndicator, TimelineIndicatorProps, TimelineItem, TimelineItemProps, TimelinePropsContext, TimelineRoot, TimelineRootProps, TimelineTitle, TimelineTitleProps, useTimelinePropsContext } from "./timeline.js"; //#region src/components/timeline/namespace.d.ts declare namespace namespace_d_exports { export { TimelineConnector as Connector, TimelineConnectorProps as ConnectorProps, TimelineContent as Content, TimelineContentProps as ContentProps, TimelineDescription as Description, TimelineDescriptionProps as DescriptionProps, TimelineIndicator as Indicator, TimelineIndicatorProps as IndicatorProps, TimelineItem as Item, TimelineItemProps as ItemProps, TimelinePropsContext as PropsContext, TimelineRoot as Root, TimelineRootProps as RootProps, TimelineTitle as Title, TimelineTitleProps as TitleProps, useTimelinePropsContext as usePropsContext }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map