UNPKG

@kadconsulting/dry

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