Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/levo/src/extract-attributes.ts>extractAttributes

Server side rendering with The Elm Architecture in Deno
Latest
variable extractAttributes
import { extractAttributes } from "https://deno.land/x/levo@v0.0.27/src/extract-attributes.ts";

type

<Action>(virtualNode: VirtualNode<Action> | MountedVirtualNode<Action>) => Omit<VirtualNode<Action>,
| "ref"
| "style"
| "events"
| "$"
| "children"
>