UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

8 lines (7 loc) 667 B
import { ComponentProps } from '@fidely-ui/styled-system/types'; declare const StyledBagde: import("@fidely-ui/styled-system/types").StyledComponent<import("react").ForwardRefExoticComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@ark-ui/react").PolymorphicProps>, import("@fidely-ui/styled-system/recipes").BadgeVariantProps>; type BadgeBaseProps = ComponentProps<typeof StyledBagde>; export interface BadgeProps extends BadgeBaseProps { } export declare const Badge: import("react").ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>; export {};