Юниверс DG SDK UI
v2.15.0

Интерфейс FieldLabelProps

interface FieldLabelProps {
    hasLeaderDots?: boolean;
    hasTooltip?: boolean;
    hint?: ReactNode;
    isRequired?: boolean;
    label?: ReactNode;
    sublabel?: string;
}
Индекс

Свойства

hasLeaderDots?: boolean
hasTooltip?: boolean
hint?: ReactNode
isRequired?: boolean
label?: ReactNode
sublabel?: string