Function ariaInputLabel

  • Description

    This function returns WAI-ARIA attributes for the

    Type Parameters

    • T

    Parameters

    Returns {
        for: string;
        htmlFor: string;
        id: string;
    }

    • for: string
    • htmlFor: string
    • id: string

Generated using TypeDoc