UNPKG

@commercelayer/react-components

Version:
8 lines (7 loc) 277 B
import { type JSX } from 'react'; import type { BaseAmountComponent, BasePriceType } from '../../typings/index'; type Props = BaseAmountComponent & { type?: BasePriceType; }; export declare function LineItemAmount(props: Props): JSX.Element; export default LineItemAmount;