This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
87bb095f1f
woocommerce
/
plugins
/
woocommerce-blocks
/
packages
/
prices
/
index.js
3 lines
50 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add price package (https://github.com/woocommerce/woocommerce-blocks/pull/3790)
2021-02-04 15:30:28 +00:00
export
*
from
'./utils'
;
Add types to packages directory (https://github.com/woocommerce/woocommerce-blocks/pull/3914) * Add Typescript to Panel and Icon * Fix Icon component import * Convert packages/checkout/utils/validation/index to TypeScript * Convert checkout registry to TypeScript * Add return type to mustContain * Add TypeScript to Totals components from @woocommerce/blocks-checkout * Add TypeScript to @woocommerce/price-format * Use types from @woocommerce/type-defs when possible * Allow empty objects when loading * Fix formatting in payment-method-data-context.js * Add missing return types * Fix up price warnings * Fix more warnings in FormattedMonetaryAmount Co-authored-by: Raluca Stan <ralucastn@gmail.com> Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com> Co-authored-by: Mike Jolley <mike.jolley@me.com>
2021-03-05 14:03:48 +00:00
export
*
from
'./types'
;