UNPKG

primereact

Version:

A rich set of premium UI Components for React.

13 lines (12 loc) 911 B
export * from './OrganizationChart.context'; export * as OrganizationChart from './OrganizationChart.parts'; export * as OrganizationChartProps from './OrganizationChart.props'; export { defaultRootProps, OrganizationChartRoot } from './root'; export { defaultNodesProps, OrganizationChartNodes } from './nodes'; export { defaultNodeProps, OrganizationChartNode } from './node'; export { defaultContentProps, OrganizationChartContent } from './content'; export { defaultLabelProps, OrganizationChartLabel } from './label'; export { defaultToggleProps, OrganizationChartToggle, OrganizationChartToggleProvider, useOrganizationChartToggleContext } from './toggle'; export { defaultToggleIndicatorProps, OrganizationChartToggleIndicator } from './toggleindicator'; export { defaultSelectionProps, OrganizationChartSelection } from './selection'; export type * from '@primereact/types/primitive/organizationchart';