UNPKG

antd-color-editor

Version:

An open-source color editor for designing color system

11 lines 281 B
/** * iframe: true */ import { ColorStudio, ThemeProvider } from "../.."; import { jsx as _jsx } from "react/jsx-runtime"; export default (function () { return /*#__PURE__*/_jsx(ThemeProvider, { themeMode: 'light', children: /*#__PURE__*/_jsx(ColorStudio, {}) }); });