File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
extensions/plugin-basic-ui/src Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @stackflow/plugin-basic-ui " : minor
3+ ---
4+
5+ Export AppBar
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { compactMap } from "../utils";
1616import * as css from "./AppBar.css" ;
1717import * as appScreenCss from "./AppScreen.css" ;
1818
19- type AppBarProps = Partial <
19+ export type AppBarProps = Partial <
2020 Pick <
2121 GlobalVars [ "appBar" ] ,
2222 | "borderColor"
Original file line number Diff line number Diff line change 11export { IconBack , IconClose } from "./assets" ;
22export { basicUIPlugin } from "./basicUIPlugin" ;
33export { globalVars as cssVars } from "./basicUIPlugin.css" ;
4+ export { type AppBarProps , default as AppBar } from "./components/AppBar" ;
45export {
56 AppScreenContext ,
67 AppScreenProps ,
You can’t perform that action at this time.
0 commit comments