UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

7 lines 284 B
import React from 'react'; import { CartItemCaptionType } from '../types'; export interface CartItemCaptionProps extends CartItemCaptionType { className?: string; } export declare const CartItemCaption: React.FC<CartItemCaptionProps>; //# sourceMappingURL=CartItemCaption.d.ts.map