ether-admin/node_modules/ant-design-vue/es/config-provider/hooks/useTheme.d.ts

4 lines
211 B
TypeScript

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