UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 205 B
import React from 'react'; export type ErrorLabelProps = { label: string; withIcon?: boolean; }; export declare const ErrorLabel: ({ label, withIcon }: ErrorLabelProps) => React.JSX.Element;