Skip to content

Commit 99eff56

Browse files
ENvironmentSetanakin_karrot
andauthored
feat(plugin-basic-ui): export AppBar component (#638)
Co-authored-by: anakin_karrot <anakin@daangn.com>
1 parent 9f8abf7 commit 99eff56

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/heavy-streets-fry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/plugin-basic-ui": minor
3+
---
4+
5+
Export AppBar

extensions/plugin-basic-ui/src/components/AppBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { compactMap } from "../utils";
1616
import * as css from "./AppBar.css";
1717
import * as appScreenCss from "./AppScreen.css";
1818

19-
type AppBarProps = Partial<
19+
export type AppBarProps = Partial<
2020
Pick<
2121
GlobalVars["appBar"],
2222
| "borderColor"

extensions/plugin-basic-ui/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { IconBack, IconClose } from "./assets";
22
export { basicUIPlugin } from "./basicUIPlugin";
33
export { globalVars as cssVars } from "./basicUIPlugin.css";
4+
export { type AppBarProps, default as AppBar } from "./components/AppBar";
45
export {
56
AppScreenContext,
67
AppScreenProps,

0 commit comments

Comments
 (0)