index.d.ts 268 B

12
  1. export declare const useRowStyle: (_prefixCls?: import("vue").Ref<string>) => import("../../theme/internal").UseComponentStyleResult;
  2. export declare const useColStyle: (_prefixCls?: import("vue").Ref<string>) => import("../../theme/internal").UseComponentStyleResult;