UNPKG

storybook-addon-material-ui5-react18

Version:

Storybook Addon for Material UI 5 Library with React 18 Support

5 lines (3 loc) 179 B
import {DecoratorFunction} from "@storybook/addons"; import {Theme} from "@material-ui/core"; export declare function muiTheme<T = {}>(arg?: Array<Theme>): DecoratorFunction<T>;