UNPKG

primereact

Version:

A rich set of premium UI Components for React.

12 lines (11 loc) 651 B
export * from './Timeline.context'; export * as Timeline from './Timeline.parts'; export * as TimelineProps from './Timeline.props'; export { defaultConnectorProps, TimelineConnector } from './connector'; export { defaultContentProps, TimelineContent } from './content'; export { defaultEventProps, TimelineEvent } from './event'; export { defaultMarkerProps, TimelineMarker } from './marker'; export { defaultOppositeProps, TimelineOpposite } from './opposite'; export { defaultRootProps, TimelineRoot } from './root'; export { defaultSeparatorProps, TimelineSeparator } from './separator'; export type * from '@primereact/types/primitive/timeline';