blob: 6af832627b794c63617e6ff5c8d4721e8c264a5e [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `NotificationDirection` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `NotificationDirection`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum NotificationDirection {
Auto = "auto",
Ltr = "ltr",
Rtl = "rtl",
}