plasmo/widgets/
textbox.rs

1
2
3
use super::text_like::TextLike;

pub(crate) type TextBox = TextLike;