ЗФ
Size: a a a
ЗФ
Дп
AK
AK
IL
Вт
DD
DS
Дп
DS
DS
S
AR
DB
DB
AN
Property 'maxLineCount' does not exist on type 'IntrinsicAttributes & ClassAttributes<HTMLParagraphElement> & HTMLAttributes<HTMLParagraphElement> & Pick<...> & { ...; } & { ...; }'.
AN
AN
AN
type StyledTextProps = {
maxlinecount: number;
};
export const StyledText = styled.p<StyledTextProps>`…`;
SS
type StyledTextProps = {
maxlinecount: number;
};
export const StyledText = styled.p<StyledTextProps>`…`;
Property 'maxLineCount' does not exist on type
= camel casetype StyledTextProps = {
maxlinecount: number;
};
= lower case