Skip to content

Commit 381ec4d

Browse files
Ju-MINJAEorionmiz
andauthored
docs: Update options table in basicUiPlugin docs (KR) (#677)
Co-authored-by: JH.Lee <contact@jins.dev>
1 parent 45fb7ba commit 381ec4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const { Stack, useFlow } = stackflow({
2929
```
3030
### `basicUIPlugin` 옵션
3131
<APITable>
32-
| ---- | ---- | ---- |
3332
| | | |
33+
| ---- | ---- | ---- |
3434
| theme | `cupertino` \| `android` | 테마를 설정해요. |
3535
| rootClassName | `string`(optional) | 루트 클래스 이름을 설정해요. |
3636
| appBar | `AppBar`(optional) | 앱 바를 설정해요. |
@@ -49,8 +49,8 @@ const Something = () => {
4949
```
5050
### `appBar`
5151
<APITable>
52-
| ---- | ---- | ---- |
5352
| | | |
53+
| ---- | ---- | ---- |
5454
| backButton | `{ renderIcon?: () => ReactNode; ariaLabel?: string }` \| `{ render?: () => ReactNode }` | 뒤로가기 버튼을 설정해요. |
5555
| closeButton | `{ renderIcon?: () => ReactNode; ariaLabel?; string, onClick: (e) => void; }` \| `{ render?: () => ReactNode }` | 닫기 버튼을 설정해요. |
5656
</APITable>

0 commit comments

Comments
 (0)