import { UITheme } from "../ui-theme.js"; import "../index.js"; //#region src/theme/presets/ocean.d.ts /** 海盐(松石青 + 冷白底,利落的快缓动),天生适合浅色 */ declare const oceanTheme: UITheme; //#endregion export { oceanTheme }; //# sourceMappingURL=ocean.d.ts.map