// This file was autogenerated and should not be edited manually.
// Check the `codegen` command in the `tauri-store-cli` crate.
usestd::sync::Arc;usetauri::Runtime;usetauri_store::{Collection, StoreCollection};/// The Valtio plugin.
#[derive(Collection)]pubstructValtio<R: Runtime>(pub(crate)Arc<StoreCollection<R>>);