UNPKG

@commercelayer/react-components

Version:
5 lines (4 loc) 214 B
import type { BaseAmountComponent } from '../../typings/index'; import type { JSX } from "react"; export declare function AdjustmentAmount(props: BaseAmountComponent): JSX.Element; export default AdjustmentAmount;