Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.NativeComponents

import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { NativeComponents } = Mandarine.MandarineCore;

List of all native components by Mandarine

Native components are classes that Mandarine uses in order to fully work properly. They can be then overriden by the developer.

enum NativeComponents {
WebMVCConfigurer,
}

§Members

§
NativeComponents.WebMVCConfigurer
[src]