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