UNPKG

@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets

Version:
8 lines (6 loc) 348 B
import { unstable_ClassNameGenerator } from '@mui/material/className'; export { orchestratorFormApiFactory, orchestratorFormWidgetsPlugin } from './plugin.esm.js'; unstable_ClassNameGenerator.configure((componentName) => { return componentName.startsWith("v5-") ? componentName : `v5-${componentName}`; }); //# sourceMappingURL=index.esm.js.map