//! It provides various widget types for implementing properties
//! across various functionalities for your shell. The most common widget (or
//! window as called by many) is [SpellWin]. You can also implement a lock screen
//! with [`SpellLock`].
pub use SpellWin;
pub use SpellXDGPopup;
pub use WinHandle;
pub use LockHandle;
pub use SpellLock;
/// Furture virtual keyboard implementation will be on this type. Currently, it is redundent.
;