UNPKG

@cocoy/kit-components

Version:

一些前端组件

12 lines (11 loc) 240 B
type StatusProps = { value: string | number; map: { label: string; value: number | string; color: string; [key: string]: any; }[]; }; declare const Status: FC<StatusProps>; export default Status;