File: src/components/Container.ts

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   src/components/Container.ts   Download  
File: src/components/Container.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 6 months ago
Size: 183 bytes
 

Contents

Class file image Download
import Element, { s } from '@dom111/element'; export default class Container extends Element { constructor() { const template = '<main></main>'; super(s(template)); } }