P@
Type '{ onClose: () => void; message?: string | undefined; buttonTitle?: string | undefined; }' is missing the following properties from type 'Props': onConfirm, cardNumber, amount, date, isRecurrent
Size: a a a
DZ
Type '{ onClose: () => void; message?: string | undefined; buttonTitle?: string | undefined; }' is missing the following properties from type 'Props': onConfirm, cardNumber, amount, date, isRecurrent
DZ
s
АГ
Type '{ onClose: () => void; message?: string | undefined; buttonTitle?: string | undefined; }' is missing the following properties from type 'Props': onConfirm, cardNumber, amount, date, isRecurrent
s
s
NT
s
ТФ
export const setRequiredValidator = (
validationGroup: string = '',
message: string = 'Обязательное поле'
) => (
<Validator validationGroup={validationGroup}>
<RequiredRule message={message} />
</Validator>
);
export const setRequiredValidator = (
validationGroup: string = '',
message: string = 'Обязательное поле'
) => (
<Validator validationGroup={validationGroup}>
<RequiredRule message={message} />
</Validator>
);
NT
s
ТФ
s
JSX.
VG
ТФ
ТФ