File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,6 @@ import SchemaTabs from "@theme/SchemaTabs";
12
12
import TabItem from "@theme/TabItem" ;
13
13
/* eslint-disable import/no-extraneous-dependencies*/
14
14
import clsx from "clsx" ;
15
- import { createDescription } from "docusaurus-theme-openapi-docs/lib/markdown/createDescription" ;
16
- /* eslint-disable import/no-extraneous-dependencies*/
17
- import {
18
- getQualifierMessage ,
19
- getSchemaName ,
20
- } from "docusaurus-theme-openapi-docs/lib/markdown/schema" ;
21
- /* eslint-disable import/no-extraneous-dependencies*/
22
- import {
23
- guard ,
24
- toString ,
25
- } from "docusaurus-theme-openapi-docs/lib/markdown/utils" ;
26
15
import ReactMarkdown from "react-markdown" ;
27
16
import rehypeRaw from "rehype-raw" ;
28
17
@@ -48,6 +37,7 @@ export interface Props {
48
37
examples : Map < ExampleObject > ;
49
38
name : string ;
50
39
required : boolean ;
40
+ deprecated : boolean ;
51
41
schema : any ;
52
42
} ;
53
43
}
You can’t perform that action at this time.
0 commit comments