D
Size: a a a
D
D
AB
D
AB
D
K
(…args: any[]) => AuthResponse
A
V
keyof JSX.IntrinsicElements;
отдаем string | number; а не названия элеентов?V
type ElementSize = 's' | 'm' | 'l';
type FontSize = 'sm' | 'xxl' & ElementSizel;
АЗ
type ElementSize = 's' | 'm' | 'l';
type FontSize = 'sm' | 'xxl' & ElementSizel;
V
АЗ
V
MS
ТФ
export const renderCarRegistryModal = (
mode: 'operativeLoadingPlan' | 'loadingDetails',
...params
): JSX.Element => {
return <CarRegistryModal {...params} />;
};
A
export const renderCarRegistryModal = (
mode: 'operativeLoadingPlan' | 'loadingDetails',
...params
): JSX.Element => {
return <CarRegistryModal {...params} />;
};
ТФ
A
A