UNPKG

@aplus-frontend/ui

Version:

14 lines (13 loc) 332 B
import { ComputedRef } from 'vue'; export type ApSummaryToken = { /** * 表格总结栏高度 */ apSummaryItemHeight: number; /** * 表格总结栏高度(较小) */ apSummartItemHeightSM: number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;