UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

8 lines (7 loc) 238 B
export type PageDashboardCountProps = { title: string; linkText?: string; to?: string; count: number; }; export declare function PageDashboardCount(props: PageDashboardCountProps): import("react/jsx-runtime").JSX.Element;