Skip to content

Commit

Permalink
refactor: export props so storybook does not get angry
Browse files Browse the repository at this point in the history
  • Loading branch information
darleendenno committed Sep 1, 2021
1 parent f5b18c3 commit 439bc39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { styled, typography } from '@storybook/theming';
import { TestState, TestingStates } from '../../Panel';
import { theme } from '../../theme';

interface StatusBadgeProps {
export interface StatusBadgeProps {
status: TestState;
}
const {
Expand Down

0 comments on commit 439bc39

Please sign in to comment.