@redocly/theme
Version:
Shared UI components lib
9 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppCustomAttributes = AppCustomAttributes;
// Do not remove this component. It's for ejecting.
// Some customers need to add custom attributes to a form in dev onboarding plugin, so they can just eject this component and add those attributes there
function AppCustomAttributes(_props) {
return null;
}
//# sourceMappingURL=AppCustomAttributes.js.map