pub fn compositionLocalOf<T: Clone + 'static>( default: impl Fn() -> T + 'static, ) -> CompositionLocal<T>