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

4 lines (3 loc) 438 B
import { ComponentProps } from '@fidely-ui/styled-system/types'; export declare const Kbd: import("@fidely-ui/styled-system/types").StyledComponent<import("react").ForwardRefExoticComponent<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps>, import("@fidely-ui/styled-system/recipes").KbdVariantProps>; export type KbdProps = ComponentProps<typeof Kbd>;