mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Remove last any
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
export type Renderable = React.ComponentType<any> | JSX.Element;
|
||||
export type Renderable = React.ComponentType | JSX.Element;
|
||||
export type RenderFunction = () => Renderable;
|
||||
|
||||
export type StoryDecorator = (story: RenderFunction, context: { kind: string, story: string }) => Renderable | null;
|
||||
|
||||
Reference in New Issue
Block a user