UNPKG

@undp/design-system-react

Version:

React based design system for UNDP

62 lines (38 loc) 1.76 kB
import { ClassProp } from 'class-variance-authority/types'; import * as React_2 from 'react'; import { VariantProps } from 'class-variance-authority'; export declare const StatCard: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({ hoverColor?: "default" | "error" | "warning" | "success" | "info" | "primary" | "secondary" | "tertiary" | "quaternary" | "none" | "background" | "foreground" | null | undefined; size?: "base" | "sm" | "lg" | "xl" | "full" | null | undefined; } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>; export declare const StatCardDescription: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLParagraphElement> & React_2.RefAttributes<HTMLParagraphElement>>; export declare const StatCardTitle: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLHeadingElement> & React_2.RefAttributes<HTMLHeadingElement>>; export declare const StatCardValue: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLHeadingElement> & React_2.RefAttributes<HTMLHeadingElement>>; export { } declare namespace BreadcrumbSeparator { var displayName: string; } declare namespace BreadcrumbEllipsis { var displayName: string; } declare namespace DialogHeader { var displayName: string; } declare namespace DialogFooter { var displayName: string; } declare namespace PaginationUnit { var displayName: string; } declare namespace PaginationLink { var displayName: string; } declare namespace PaginationPrevious { var displayName: string; } declare namespace PaginationNext { var displayName: string; } declare namespace PaginationEllipsis { var displayName: string; }