import {Kbd} from '@mantine/core';

Kbd.displayName = 'Kbd';

export {Kbd, type KbdFactory, type KbdProps} from '@mantine/core';
