Repository URL to install this package:
|
Version:
3.0.1 ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
B2B
/
DashboardOverview
/
DashboardCard
/
renderProps.d.ts
|
|---|
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;
declare function defaultRenderWrapper(props: DashboardCardProps): JSX.Element;
export { defaultRenderHeading, defaultRenderDescription, defaultRenderButton, defaultRenderWrapper, };