UNPKG

@jdlinker/linker

Version:

jdLinker 系统模块

9 lines (8 loc) 204 B
export type Footer = { title: string; value: number | string; total: number | string; status?: 'default' | 'error' | 'success' | 'warning' | 'processing' | ''; type: string; label: string; };