pub const CODE_EDITOR_CSS: Asset;Expand description
Base stylesheet injected by CodeEditor.
use dioxus_code_editor::CODE_EDITOR_CSS;
let _href = CODE_EDITOR_CSS;pub const CODE_EDITOR_CSS: Asset;Base stylesheet injected by CodeEditor.
use dioxus_code_editor::CODE_EDITOR_CSS;
let _href = CODE_EDITOR_CSS;