diff --git a/docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx b/docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx index 1dc731f63..fe955fda3 100644 --- a/docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx +++ b/docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx @@ -29,8 +29,8 @@ const { Stack, useFlow } = stackflow({ ``` ### `basicUIPlugin` 옵션 -| ---- | ---- | ---- | | | | | +| ---- | ---- | ---- | | theme | `cupertino` \| `android` | 테마를 설정해요. | | rootClassName | `string`(optional) | 루트 클래스 이름을 설정해요. | | appBar | `AppBar`(optional) | 앱 바를 설정해요. | @@ -49,8 +49,8 @@ const Something = () => { ``` ### `appBar` -| ---- | ---- | ---- | | | | | +| ---- | ---- | ---- | | backButton | `{ renderIcon?: () => ReactNode; ariaLabel?: string }` \| `{ render?: () => ReactNode }` | 뒤로가기 버튼을 설정해요. | | closeButton | `{ renderIcon?: () => ReactNode; ariaLabel?; string, onClick: (e) => void; }` \| `{ render?: () => ReactNode }` | 닫기 버튼을 설정해요. |