@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 355 B
TypeScript
import type { KbdCssVariables, KbdFactory, KbdProps, KbdStylesNames } from './Kbd';
export { Kbd } from './Kbd';
export type { KbdProps, KbdStylesNames, KbdCssVariables, KbdFactory };
export declare namespace Kbd {
type Props = KbdProps;
type StylesNames = KbdStylesNames;
type CssVariables = KbdCssVariables;
type Factory = KbdFactory;
}