UNPKG

cookie12-test-ui

Version:

React component library

11 lines (10 loc) 235 B
import React from 'react'; import './Price.scss'; interface PriceProps { hidden?: boolean; inverse?: boolean; savings?: boolean; small?: boolean; } export declare const Price: React.FC<PriceProps>; export {};