import { ShortPassword } from "./shortpassword";
export type { TaroShortPasswordProps as ShortPasswordProps } from "../../types";
export default ShortPassword;
