UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

5 lines (4 loc) 207 B
import type { ColorType } from './index'; export default function useTheme(themes?: Record<ColorType, string>, isDark?: boolean): { themeColors: import("vue").ComputedRef<Record<string, string>>; };