feat(theme): export expandTheme (#39967)
This commit is contained in:
parent
56c6add5c3
commit
90c84639e3
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export type {
|
|||
StatefulColor,
|
||||
} from "./types.js"
|
||||
export { DEFAULT_CATEGORICAL, DEFAULT_THEME } from "./defaults.js"
|
||||
export { expandTheme } from "./expand.js"
|
||||
export { migrateV1 } from "./v1-migrate.js"
|
||||
export { resolveTheme, resolveThemeDocument, themeDecodeError } from "./resolve.js"
|
||||
export { selectTheme, selectThemeMode, supportsThemeMode, themeModes } from "./select.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue