Expose components for premium
[PREMIUM-213]
This commit is contained in:
@ -0,0 +1,2 @@
|
|||||||
|
export * from './panel';
|
||||||
|
export { PanelBody } from '@wordpress/components';
|
@ -0,0 +1 @@
|
|||||||
|
export * from '../mailpoet/components/form-token-field';
|
@ -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';
|
||||||
|
Reference in New Issue
Block a user