Expose components for premium

[PREMIUM-213]
This commit is contained in:
David Remer
2022-12-08 10:54:03 +02:00
committed by Aschepikov
parent 520ee981d3
commit e65b2cce02
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export * from './panel';
export { PanelBody } from '@wordpress/components';

View File

@ -0,0 +1 @@
export * from '../mailpoet/components/form-token-field';

View File

@ -28,3 +28,5 @@ export * as HelpTooltip from 'help-tooltip';
export * as Hooks from 'hooks.js'; export * as Hooks from 'hooks.js';
export * as Listing from 'listing'; export * as Listing from 'listing';
export * as DynamicSegmentsTypes from 'segments/dynamic/types'; export * as DynamicSegmentsTypes from 'segments/dynamic/types';
export * as AutomationEditorComponents from 'automation/editor/components';
export * as AutomationIntegrationComponents from 'automation/integrations/components';