UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

10 lines (9 loc) 397 B
import type { ProAliasToken } from '@antdv/pro-provider'; import type { Ref } from 'vue'; export interface ProToken extends ProAliasToken { componentCls: string; } export declare function useStyle(prefixCls: Ref<string>): { wrapSSR: (node: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode; hashId: import("vue").ComputedRef<string>; };