UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

10 lines (9 loc) 520 B
export declare const defaultPrefixCls = "ant"; declare function useXProviderContext(): { theme: import("vue").ComputedRef<import("ant-design-vue/es/config-provider/context").ThemeConfig>; getPrefixCls: (suffixCls?: string, customizePrefixCls?: string) => string; direction: import("vue").ComputedRef<"ltr" | "rtl">; csp: import("vue").ComputedRef<import("ant-design-vue/es/config-provider/context").CSPConfig>; iconPrefixCls: import("vue").ComputedRef<string>; }; export default useXProviderContext;