UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

12 lines (11 loc) 243 B
declare const themeSettings: { darkMode: boolean; themeColor: string; otherColor: { info: string; success: string; warning: string; danger: string; }; }; export default themeSettings;