import { Notify } from "./notify";
export type { TaroNotifyProps as NotifyProps } from "../../types";
export default Notify;
