UNPKG

samagra-chatui

Version:
10 lines (9 loc) 281 B
import React from 'react'; export interface PriceProps { price: number; className?: string; locale?: string; currency?: string; original?: boolean; } export declare const Price: React.ForwardRefExoticComponent<PriceProps & React.RefAttributes<HTMLDivElement>>;