@wordpress/interface
Version:
Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.
8 lines • 507 B
JavaScript
export { default as ComplementaryArea } from './complementary-area';
export { default as ComplementaryAreaMoreMenuItem } from './complementary-area-more-menu-item';
export { default as FullscreenMode } from './fullscreen-mode';
export { default as InterfaceSkeleton } from './interface-skeleton';
export { default as PinnedItems } from './pinned-items';
export { default as ActionItem } from './action-item';
export { default as NavigableRegion } from './navigable-region';
//# sourceMappingURL=index.js.map