UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

14 lines (12 loc) 333 B
import { ThemeConfig } from "../core/system/index.types.js"; import "../index.js"; //#region src/theme/config.d.ts /** * The default config of Yamada UI. * * @see https://yamada-ui.com/docs/theming/configuration/overview */ declare const config: ThemeConfig; //#endregion export { config }; //# sourceMappingURL=config.d.ts.map