UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 211 B
import type { ThemeConfig } from '../context'; import type { Ref } from 'vue'; export default function useTheme(theme?: Ref<ThemeConfig>, parentTheme?: Ref<ThemeConfig>): import("vue").ComputedRef<ThemeConfig>;