import { Step } from "./step";
export type { TaroStepProps } from "../../types";
export default Step;
