Skip to content

Commit

Permalink
i18n(ko-KR): update overrides.md (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Nov 24, 2023
1 parent fa3b91b commit 537cdf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/content/docs/ko/reference/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ Starlight의 [`components`](/ko/reference/configuration#components) 구성 옵

## 컴포넌트 속성

모든 컴포넌트는 현재 페이지의 정보가 포함된 표준 `Astro.props` 객체를 사용할 수 있습니다.

사용자 정의 컴포넌트의 타입을 설정하기 위해 Starlight로부터 `Props` 타입을 가져옵니다.

```astro
---
// src/components/Custom.astro
import type { Props } from '@astrojs/starlight/props';
const { hasSidebar } = Astro.props;
Expand Down

0 comments on commit 537cdf5

Please sign in to comment.