@stoplight/elements-core 7.3.11 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types.d.ts CHANGED
@@ -113,4 +113,5 @@ export interface IArticleHeadings {
113
113
  title?: string;
114
114
  className?: string;
115
115
  minimal?: boolean;
116
+ maxWidth?: number;
116
117
  }
@@ -0,0 +1,2 @@
1
+ import { HttpSecurityScheme } from '@stoplight/types';
2
+ export declare function getDefaultDescription(scheme: HttpSecurityScheme): string;