headless-commerce
    Preparing search index...

    Interface PriceProps

    interface PriceProps {
        amountCents: number;
        className?: string;
        compareAtCents?: number;
    }
    Index

    Properties

    amountCents: number
    className?: string
    compareAtCents?: number