@scalar/swagger-editor
Version:
an editor which is tailored to write OpenAPI spec
9 lines • 364 B
TypeScript
export { SwaggerEditor } from './components/SwaggerEditor';
export * from './hooks';
export * from './types';
export { default as HeaderTabButton } from './components/SwaggerEditor/HeaderTabButton.vue';
/**
* @deprecated Use `SwaggerEditor` instead.
*/
export { SwaggerEditor as CodeEditor } from './components/SwaggerEditor';
//# sourceMappingURL=index.d.ts.map