Skip to content

Commit

Permalink
fix: d.ts typing file for lab package
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 committed May 26, 2023
1 parent fbf5d9b commit df10d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HvBaseProps } from "@hitachivantara/uikit-react-core";
import { ClassNames } from "@emotion/react";
import { theme } from "@hitachivantara/uikit-styles";
import { HvStepProps } from "components/StepNavigation/DefaultNavigation";
import { HvStepProps } from "../../DefaultNavigation";
import { StyledButton } from "./Dot.styles";
import dotClasses, { HvDotClasses } from "./dotClasses";
import { getColor, dotSizes } from "../utils";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
} from "@hitachivantara/uikit-react-core";
import { Report } from "@hitachivantara/uikit-react-icons";
import { useContext, useEffect, useState } from "react";
import { HvStepNavigation, HvStepNavigationProps } from "components";
import { HvStepProps } from "components/StepNavigation/DefaultNavigation";
import { HvStepNavigation, HvStepNavigationProps } from "../../StepNavigation";
import { HvStepProps } from "../../StepNavigation/DefaultNavigation";
import { HvWizardContext, wizardTitleClasses, HvWizardTitleClasses } from "..";
import { styles } from "./WizardTitle.styles";

Expand Down

0 comments on commit df10d37

Please sign in to comment.