Commit 8d754848 authored by iugo's avatar iugo Committed by ι™ˆεΈ…

Update index.d.ts

parent b9162680
import * as React from 'react';
export interface IChartCardProps {
import { CardProps } from 'antd/lib/card';
export interface IChartCardProps extends CardProps {
title: React.ReactNode;
action?: React.ReactNode;
total?: React.ReactNode | number | (() => React.ReactNode | number);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment