Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/ko/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function createIntegration() {

<p>

**타입:** `(manifest: SSRManifest, options: any) => Record<string, any>`
**타입:** <code>(manifest: <a href="/ko/reference/integrations-reference/#ssrmanifest">SSRManifest</a>, options: any) => Record\<string, any\></code>
</p>

SSR 매니페스트를 첫 번째 인수로, 어댑터의 [`args`](#args)를 포함하는 객체를 두 번째 인수로 받는 내보낸 함수입니다. 이 함수는 호스트에서 요구하는 내보내기를 제공해야 합니다.
Expand Down Expand Up @@ -314,7 +314,7 @@ export function createExports(manifest, args) {

<p>

**타입:** `(manifest: SSRManifest, options: any) => Record<string, any>`
**타입:** <code>(manifest: <a href="/ko/reference/integrations-reference/#ssrmanifest">SSRManifest</a>, options: any) => Record\<string, any\></code>
</p>

SSR 매니페스트를 첫 번째 인수로 받고, 어댑터의 [`args`](#args)를 포함하는 객체를 두 번째 인수로 받는 내보낸 함수입니다.
Expand Down
Loading