Refactor #3965 - Refactor on OrganizationChart

This commit is contained in:
Bahadır Sofuoğlu 2023-06-02 00:51:07 +03:00
parent da42a2c4bd
commit 51132d0393
4 changed files with 155 additions and 95 deletions

View file

@ -218,6 +218,11 @@ export interface OrganizationChartProps {
* @type {OrganizationChartPassThroughOptions}
*/
pt?: OrganizationChartPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**