UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

5 lines (4 loc) 148 B
import type { ColorType } from '@meleon/uni-ui/hooks'; export interface ConfigProviderProps { themes: Partial<Record<ColorType, string>>; }