Skip to content

Commit

Permalink
chore(theme): export default-layout (#2946)
Browse files Browse the repository at this point in the history
* Support default configuration export

Conveniently available for developers to modify from the default configuration

* chore(changeset): add changeset

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
  • Loading branch information
rockey2020 and wingkwong authored Aug 31, 2024
1 parent 55c9298 commit 59ea6b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-stingrays-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/theme": patch
---

export default-layout in theme
1 change: 1 addition & 0 deletions packages/core/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from "./utils";
export * from "./colors";
export * from "./plugin";
export * from "./types";
export * from "./default-layout";

export {tv} from "./utils/tv";
export type {VariantProps, TV} from "tailwind-variants";

0 comments on commit 59ea6b7

Please sign in to comment.