UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 251 B
import { ComputedRef } from 'vue'; export type ApAttachmentToken = { /** * 附件列表最大宽度 */ apAttachmentListMaxWidth: number; }; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;