Skip to main content

webui_protocol/plugin/
mod.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT license.
3
4//! Plugin-specific protocol helpers for framework hydration metadata.
5
6mod fast;
7mod webui;
8
9pub use fast::FastElementData;
10pub use webui::WebUIElementData;