Type Alias FormControlProps<T>

FormControlProps: WebCellProps & Omit<JSX.IntrinsicElements[T], "size"> & {
    as?: T;
    htmlSize?: number;
    plaintext?: boolean;
    size?: "sm" | "lg";
}

Type Parameters

MMNEPVFCICPMFPCPTTAAATR