// use leptos::*;
api_planning!
// #[component]
// fn When<T>(cx: Scope, signal: Signal<T>) -> impl IntoView
// where
// T: 'static,
// {
// todo!()
// }
// #[component(transparent)]
// fn Is<F, T>(cx: Scope, f: F) -> impl IntoView
// where
// F: Fn(T) -> bool + 'static,
// {
// }