@scalar/types
Version:
Types to work with Scalar packages
4 lines • 607 B
TypeScript
export { type ApiClientConfiguration, type ApiReferenceConfiguration, type ApiReferenceConfigurationWithSources, type MultiReferenceConfiguration, type SpecConfiguration, apiClientConfigurationSchema, apiReferenceConfigurationSchema, apiReferenceConfigurationWithSourcesSchema, specConfigurationSchema, isConfigurationWithSources, } from './api-reference-configuration.ts';
export { type HtmlRenderingConfiguration, htmlRenderingConfigurationSchema, } from './html-rendering-configuration.ts';
export { migrateThemeVariables } from './helpers/migrate-theme-variables.ts';
//# sourceMappingURL=index.d.ts.map