UNPKG

@undp/design-system-react

Version:

React based design system for UNDP

64 lines (40 loc) 1.41 kB
import { ClassProp } from 'class-variance-authority/types'; import { JSX } from 'react/jsx-runtime'; import type * as React_2 from 'react'; import { VariantProps } from 'class-variance-authority'; export declare function Marker({ className, variant, asChild, ...props }: React_2.ComponentProps<'div'> & VariantProps<typeof markerVariants> & { asChild?: boolean; }): JSX.Element; export declare function MarkerContent({ className, ...props }: React_2.ComponentProps<'span'>): JSX.Element; export declare function MarkerIcon({ className, ...props }: React_2.ComponentProps<'span'>): JSX.Element; export declare const markerVariants: (props?: ({ variant?: "default" | "separator" | "border" | null | undefined; } & ClassProp) | undefined) => string; 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; }