Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 994 Bytes

File metadata and controls

38 lines (22 loc) · 994 Bytes

@onzag/itemize / Modules / client/components/resources/HTMLResourceLoader

Module: client/components/resources/HTMLResourceLoader

This file contains the loader for html resources that lay within the application and are part of its buildnumber (aka static) with caching functionality

Table of contents

Functions

Functions

default

default(props): Element

Displays a html resource that is included within the resources that this application is shipped with

Parameters

Name Type Description
props IHTMLResourceLoaderProps the resource loader props

Returns

Element

an react component that wraps this html content

Defined in

client/components/resources/HTMLResourceLoader.tsx:41