import 'app/styles/index.scss'
export const StyleDecorator = (story: () => any) => <div>{story()}</div>
TS2322: Type '{ children: Element; }' is not assignable to type '() => any'. Type '{ children: Element; }' provides no match for the signature '(): any'.
TS2604: JSX element type 'DecoratorComponent' does not have any construct or call signatures