mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
chore: fix typescript error in addons/jest
This commit is contained in:
parent
c3e21c036f
commit
435ab82d06
@ -24,13 +24,13 @@ interface InjectedProps {
|
||||
tests?: Test[];
|
||||
}
|
||||
|
||||
interface HocProps {
|
||||
export interface HocProps {
|
||||
channel: Channel;
|
||||
api: API;
|
||||
active?: boolean;
|
||||
}
|
||||
|
||||
interface HocState {
|
||||
export interface HocState {
|
||||
kind?: string;
|
||||
storyName?: string;
|
||||
tests?: Test[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user