Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };