dioxus-html 0.6.3

HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "compilerOptions": {
        "module": "CommonJS",
        "lib": [
            "ES2015",
            "DOM",
            "dom",
            "dom.iterable",
            "ESNext"
        ],
        "noImplicitAny": true,
        "removeComments": true,
        "preserveConstEnums": true,
    },
    "exclude": [
        "**/*.spec.ts"
    ]
}