type alias ToastPosition

Definition

"top-left"
| "top-center"
| "top-right"
| "bottom-left"
| "bottom-center"
| "bottom-right"

Usage

import { type ToastPosition } from ".";