Skip to content

Commit 71621ac

Browse files
authored
Change plugin and theme types.ts to types.d.ts (#1281)
* update plugin package types as well * get types from src rather than lib
1 parent fd4ed79 commit 71621ac

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

File renamed without changes.

packages/docusaurus-theme-openapi-docs/src/theme/StatusCodes/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
import React from "react";
99

1010
import { translate } from "@docusaurus/Translate";
11-
1211
import ApiTabs from "@theme/ApiTabs";
1312
import Details from "@theme/Details";
1413
import Markdown from "@theme/Markdown";
1514
import ResponseHeaders from "@theme/ResponseHeaders";
1615
import ResponseSchema from "@theme/ResponseSchema";
1716
import TabItem from "@theme/TabItem";
1817
import { OPENAPI_STATUS_CODES } from "@theme/translationIds";
19-
import { ApiItem } from "docusaurus-plugin-openapi-docs/lib/types";
18+
import { ApiItem } from "docusaurus-plugin-openapi-docs/src/types";
2019

2120
interface Props {
2221
id?: string;
File renamed without changes.

0 commit comments

Comments
 (0)