From f7d09aa3eaf19880cd669f7060b935dafb0e9703 Mon Sep 17 00:00:00 2001 From: Ju-MINJAE Date: Tue, 20 Jan 2026 20:42:24 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20basicUiPlugin=20=ED=95=9C=EA=B5=AD?= =?UTF-8?q?=EC=96=B4=20=EB=AC=B8=EC=84=9C=20=EC=98=B5=EC=85=98=20=ED=91=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/api-references/plugins/plugin-basic-ui.ko.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }` | 닫기 버튼을 설정해요. |