Skip to content

Commit

Permalink
fix: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jan 24, 2024
1 parent 8b957c0 commit 46b734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/story/src/configure-story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { capitalCase } from "change-case";

interface ConfigureStoryExtra {
subComponents?: [unknown];
type?: "Component";
type?: "Component" | "Hook";
}

function isComponent(v: unknown): v is { displayName: string } {
Expand Down

0 comments on commit 46b734a

Please sign in to comment.