We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf21de commit 43016f7Copy full SHA for 43016f7
i18n/ru/docusaurus-plugin-content-docs/current/reference/public-api.md
@@ -45,7 +45,7 @@ export * from "./model/comments"; // 💩 это плохая практика
45
- `📄 B.ts` — специальный публичный API только для кода внутри `entities/B/`
46
- `📄 index.ts` — обычный публичный API
47
48
-Затем код внутри `entities/B/` может быть импортирован из `entities/A/@x/B`:
+Затем код внутри `entities/B/` может импортировать из `entities/A/@x/B`:
49
50
```ts
51
import type { EntityA } from "entities/A/@x/B";
0 commit comments