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';