/** * {@inheritDoc @sisense/sdk-ui!dashboardModelTranslator} * * @group Fusion Assets * @fusionEmbed * @shortDescription Utility functions to translate a Fusion dashboard model from and to other dashboard data structures */ export * as dashboardModelTranslator from './dashboard-model-translator'; /** * {@inheritDoc @sisense/sdk-ui!dashboardHelpers} * * @group Dashboards * @shortDescription Utility functions to manipulate dashboard elements */ export * as dashboardHelpers from './dashboard-helpers'; /** * {@inheritDoc @sisense/sdk-ui!widgetModelTranslator} * * @group Fusion Assets * @fusionEmbed * @shortDescription Utility functions to translate a Fusion widget model from and to other widget data structures */ export * as widgetModelTranslator from './widget-model-translator';