UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

10 lines (6 loc) 323 B
import * as React from 'react'; type KbdProps = React.ComponentProps<"kbd">; declare function Kbd({ className, ...props }: KbdProps): React.JSX.Element; type KbdGroup = React.ComponentProps<"div">; declare function KbdGroup({ className, ...props }: KbdGroup): React.JSX.Element; export { Kbd, KbdGroup, type KbdProps };