Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/core/internals/types.d.ts>__sveltets_with_any

A Cybernetical framework for svelte applications in deno
Latest
function __sveltets_with_any
import { __sveltets_with_any } from "https://deno.land/x/snel@v0.7.1/core/internals/types.d.ts";

Type Parameters

optional
Props = { }
optional
Events = { }
optional
Slots = { }

Parameters

render: { props?: Props; events?: Events; slots?: Slots; }

Returns

{ props?: Props & SvelteAllProps; events?: Events; slots?: Slots; }