UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

6 lines (5 loc) 253 B
export { default as sageTheme } from "./sage"; export { default as baseTheme } from "./base"; export { default as noTheme } from "./none"; export { default as applyBaseTheme } from "./apply-base-theme"; export type { ThemeObject } from "./theme.types";