docs: use ComponentDecorator (#800)

Related to #702
This commit is contained in:
Thaïs
2023-07-21 21:02:21 +02:00
committed by GitHub
parent 79fccb0404
commit 56cff63c4b
36 changed files with 777 additions and 910 deletions
-6
View File
@@ -35,12 +35,6 @@ export function getRenderWrapperForPage(
};
}
export function getRenderWrapperForComponent(children: React.ReactElement) {
return function render() {
return <ComponentStorybookLayout>{children}</ComponentStorybookLayout>;
};
}
export function getRenderWrapperForEntityTableComponent(
children: React.ReactElement,
) {