UNPKG

@doom-ui/core

Version:

Core functionality for the Doom UI component library.

8 lines (7 loc) 253 B
import { doomUI } from '@plugins'; import { ThemeProvider } from '@components'; import type { ThemeConfig } from '@theme'; export { doomUI, ThemeProvider }; export type { ThemeConfig }; export * from 'tailwind-variants'; export * from 'tailwind-merge';