mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge pull request #19437 from mihkeleidast/docs-container-children
Addon-docs: Define children for DocsContainer
This commit is contained in:
commit
90c58e76f2
@ -1,4 +1,4 @@
|
||||
import React, { FunctionComponent, useEffect } from 'react';
|
||||
import React, { FunctionComponent, useEffect, ReactNode } from 'react';
|
||||
import global from 'global';
|
||||
import type { ThemeVars } from '@storybook/theming';
|
||||
import { ThemeProvider, ensure as ensureTheme } from '@storybook/theming';
|
||||
@ -13,6 +13,7 @@ const { document, window: globalWindow } = global;
|
||||
export interface DocsContainerProps<TFramework extends AnyFramework = AnyFramework> {
|
||||
context: DocsContextProps<TFramework>;
|
||||
theme?: ThemeVars;
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
||||
export const DocsContainer: FunctionComponent<DocsContainerProps> = ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user