UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

13 lines (11 loc) 395 B
import { merge } from "../utils/object.js"; import defaultTheme from "./defaultTheme.js"; //#region src/theme/extendTheme.ts /** Merges provided theme extensions and overrides with default VUI theme. */ function extendTheme(extensions) { return merge(defaultTheme, extensions); } //#endregion export { extendTheme }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=extendTheme.js.map