UNPKG

@useloops/design-system

Version:

The official React based Loops design system

9 lines (6 loc) 214 B
import { FunctionComponent, PropsWithChildren } from 'react'; interface KbdProps extends PropsWithChildren { } declare const Kbd: FunctionComponent<KbdProps>; export { Kbd as default }; export type { KbdProps };