mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
15 lines
628 B
JavaScript
15 lines
628 B
JavaScript
/**
|
|
* Static elements used to build UI layouts.
|
|
*/
|
|
|
|
export { default as Action } from './Action';
|
|
export { default as CardActions } from './CardActions';
|
|
export { default as Content } from './Content';
|
|
export { default as ContentWrapper } from './ContentWrapper';
|
|
export { default as Description } from './Description';
|
|
export { default as Header } from './Header';
|
|
export { default as LearnMore } from './LearnMore';
|
|
export { default as Separator } from './Separator';
|
|
export { default as Title } from './Title';
|
|
export { default as TitleExtra } from './TitleExtra';
|
|
export { default as TitleWrapper } from './TitleWrapper';
|