Repository URL to install this package:
|
Version:
2.1.8 ▾
|
/// <reference types="react" />
import { DashboardCardProps } from './typings';
declare function defaultRenderHeading(props: DashboardCardProps): JSX.Element;
declare function defaultRenderDescription(props: DashboardCardProps): JSX.Element;
declare function defaultRenderButton(props: DashboardCardProps): JSX.Element;
export { defaultRenderHeading, defaultRenderDescription, defaultRenderButton };