UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 267 B
/// <reference types="react" /> import './HintText.scss'; import type { HintTextProps } from './HintTextTypes'; declare const HintText: import("react").ForwardRefExoticComponent<HintTextProps & import("react").RefAttributes<HTMLDivElement>>; export default HintText;