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
088ca1df35
woocommerce
/
plugins
/
woocommerce-blocks
/
packages
/
checkout
/
components
/
label
/
index.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Export `Button` and `Label` from `wc-blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4406) * Remove snackbar filtering * Revert "Move Button and Label components to `@woocommerce/blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4222)" This reverts commit 983ce48cade251b52edd00bddbc0c9b4799161f3. * Export Label and Button from the wc-blocks-checkout package * Reorder exports This is so the diff is smaller in the PR * Revert "Remove snackbar filtering" This reverts commit 8e598436e871aa56f89740fbe6fbe522fd02db1d.
2021-07-02 09:24:07 +00:00
/
*
*
Move `Label` component to components package (https://github.com/woocommerce/woocommerce-blocks/pull/11275)
2023-10-20 14:03:00 +00:00
*
Internal
dependencies
Export `Button` and `Label` from `wc-blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4406) * Remove snackbar filtering * Revert "Move Button and Label components to `@woocommerce/blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4222)" This reverts commit 983ce48cade251b52edd00bddbc0c9b4799161f3. * Export Label and Button from the wc-blocks-checkout package * Reorder exports This is so the diff is smaller in the PR * Revert "Remove snackbar filtering" This reverts commit 8e598436e871aa56f89740fbe6fbe522fd02db1d.
2021-07-02 09:24:07 +00:00
*
/
Move `Label` component to components package (https://github.com/woocommerce/woocommerce-blocks/pull/11275)
2023-10-20 14:03:00 +00:00
import
Label
from
'../../../components/label'
;
Export `Button` and `Label` from `wc-blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4406) * Remove snackbar filtering * Revert "Move Button and Label components to `@woocommerce/blocks-checkout` package (https://github.com/woocommerce/woocommerce-blocks/pull/4222)" This reverts commit 983ce48cade251b52edd00bddbc0c9b4799161f3. * Export Label and Button from the wc-blocks-checkout package * Reorder exports This is so the diff is smaller in the PR * Revert "Remove snackbar filtering" This reverts commit 8e598436e871aa56f89740fbe6fbe522fd02db1d.
2021-07-02 09:24:07 +00:00
export
default
Label
;