woocommerce/plugins/woocommerce-blocks/packages/checkout/index.js

10 lines
421 B
JavaScript

export * from './components';
export * from './utils';
export * from './slot';
export * from './filter-registry';
export * from './blocks-registry';
// It is very important to export this directly from the build module to avoid introducing side-effects
// from importing the index of the @wordpress/components package.
export { Provider as SlotFillProvider } from 'wordpress-components-slotfill/build-module/slot-fill';