/** * A Backstage plugin that lets you browse the configuration schema of your app * * @packageDocumentation */ export * from './api'; export { configSchemaPlugin, ConfigSchemaPage } from './plugin';