Skip to content

Commit

Permalink
fix: export themeModeName error
Browse files Browse the repository at this point in the history
  • Loading branch information
qq815776412 committed Jun 3, 2024
1 parent c72c83a commit 4234c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import BtDialog from "./dialog";
import { NotifyDefinedType } from "./notify/type";
import BtTheme from "./theme";
import useColor from "./utils/useColor";
import { ThemeDefinedMode, themeCookieMode } from './theme/types'
import { ThemeDefinedMode, themeModeName } from './theme/types'

const components = [
BtButton,
Expand Down Expand Up @@ -93,5 +93,5 @@ export {
BtTheme,
useColor,
ThemeDefinedMode,
themeCookieMode
themeModeName
};

0 comments on commit 4234c88

Please sign in to comment.