interface TagType {
    $$typeof: symbol;
    CheckableTag: ForwardRefExoticComponent<CheckableTagProps & RefAttributes<HTMLSpanElement>>;
    defaultProps?: Partial<Antd.TagProps & RefAttributes<HTMLElement>>;
    displayName?: string;
    propTypes?: WeakValidationMap<Antd.TagProps & RefAttributes<HTMLElement>>;
    (props): ReactNode;
}

Hierarchy

  • Parameters

    Returns ReactNode

Properties

$$typeof: symbol
CheckableTag: ForwardRefExoticComponent<CheckableTagProps & RefAttributes<HTMLSpanElement>>
defaultProps?: Partial<Antd.TagProps & RefAttributes<HTMLElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Antd.TagProps & RefAttributes<HTMLElement>>

Generated using TypeDoc