UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

3 lines (2 loc) 149 B
export declare type ToastType = "text" | "loading" | "success" | "fail" | "html"; export declare type ToastPosition = "top" | "middle" | "bottom";