/** * Test-support barrel for `@blackbelt-technology/dashboard-plugin-runtime/test-support`. * * Helpers in this directory are imported only by tests; production builds * SHOULD NOT pull from here. * * See change: add-plugin-ui-primitive-registry. */ export { withUiPrimitiveProvider } from "./withUiPrimitiveProvider.js";