3 lines
284 B
TypeScript
3 lines
284 B
TypeScript
export declare const useRowStyle: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult;
|
|
export declare const useColStyle: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult;
|