UNPKG

@aplus-frontend/ui

Version:

16 lines (15 loc) 509 B
import { ComputedRef } from 'vue'; export type CheckCardToken = { /** 禁用背景色 */ checkCardDisabledBg: string; /** 禁用外边框色 */ checkCardDisabledOutlineColor: string; /** 选中指示器尺寸 */ checkCardIndicatorSize: number; /** 可选卡片外边框宽度 */ checkCardOutlineWidth: number; /** 指示器位置偏移 */ checkCardIndicatorOffset: number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;