2025-01-22 13:25:14 +01:00
|
|
|
/**
|
|
|
|
* Static elements used to build UI layouts.
|
|
|
|
*/
|
|
|
|
|
2025-01-21 18:57:36 +01:00
|
|
|
export { default as Action } from './Action';
|
|
|
|
export { default as Content } from './Content';
|
|
|
|
export { default as ContentWrapper } from './ContentWrapper';
|
|
|
|
export { default as Description } from './Description';
|
|
|
|
export { default as Header } from './Header';
|
2025-01-29 18:12:56 +01:00
|
|
|
export { default as LearnMore } from './LearnMore';
|
|
|
|
export { default as Separator } from './Separator';
|
2025-01-21 18:57:36 +01:00
|
|
|
export { default as Title } from './Title';
|
2025-01-22 15:09:41 +01:00
|
|
|
export { default as TitleExtra } from './TitleExtra';
|
2025-01-21 18:57:36 +01:00
|
|
|
export { default as TitleWrapper } from './TitleWrapper';
|