File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/pages/api-references/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments