UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

3 lines (2 loc) 228 B
import { HTMLAttributes, PropsWithChildren } from 'react'; export declare function FormControlError({ children, className, ...args }: PropsWithChildren<HTMLAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;