UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

8 lines (7 loc) 302 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Box } from '../components/Flex'; import { twMerge } from '../twMerge'; export const KeyHint = (props) => { const cls = twMerge('twa:text-1 twa:text-input-foreground', props.className); return _jsx(Box, { ...props, className: cls }); };