UNPKG

@rws-aoa/react-library

Version:

RWS AOA Design System

14 lines 532 B
import { TooltipProps } from '@mui/material'; export interface AoaTooltipProps extends TooltipProps { /** * Data-qa tag to apply to the tooltip */ readonly 'data-qa'?: string; } /** * Constructs a tooltip using pre-defined Rijks styling * * @param props - Props to pass to the {@link Tooltip} */ export declare function AoaTooltip({ 'data-qa': qaTag, title, placement, enterDelay, className, children, ...props }: AoaTooltipProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Tooltip.d.ts.map