1+ /* eslint-disable */
12/* tslint:disable */
23/**
34 * This is an autogenerated file created by the Stencil compiler.
@@ -9,53 +10,45 @@ import { HTMLStencilElement, JSXBase } from '@stencil/core/internal';
910
1011
1112export namespace Components {
12- interface MyComponent {
13- /**
14- * The first name
15- */
16- 'first' : string ;
17- /**
18- * The last name
19- */
20- 'last' : string ;
21- /**
22- * The middle name
23- */
24- 'middle' : string ;
13+ interface DotcmsContainer {
14+ 'container' : { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
15+ }
16+ interface DotcmsContentlet {
17+ 'contentlet' : { inode : string ; identifier : string ; contentType : string ; baseType : string ; dotLang : string ; title : string ; dotCanEdit : string ; dotContentTypeId : string ; } ;
2518 }
2619}
2720
2821declare global {
2922
3023
31- interface HTMLMyComponentElement extends Components . MyComponent , HTMLStencilElement { }
32- var HTMLMyComponentElement : {
33- prototype : HTMLMyComponentElement ;
34- new ( ) : HTMLMyComponentElement ;
24+ interface HTMLDotcmsContainerElement extends Components . DotcmsContainer , HTMLStencilElement { }
25+ const HTMLDotcmsContainerElement : {
26+ prototype : HTMLDotcmsContainerElement ;
27+ new ( ) : HTMLDotcmsContainerElement ;
28+ } ;
29+
30+ interface HTMLDotcmsContentletElement extends Components . DotcmsContentlet , HTMLStencilElement { }
31+ const HTMLDotcmsContentletElement : {
32+ prototype : HTMLDotcmsContentletElement ;
33+ new ( ) : HTMLDotcmsContentletElement ;
3534 } ;
3635 interface HTMLElementTagNameMap {
37- 'my-component' : HTMLMyComponentElement ;
36+ 'dotcms-container' : HTMLDotcmsContainerElement ;
37+ 'dotcms-contentlet' : HTMLDotcmsContentletElement ;
3838 }
3939}
4040
4141declare namespace LocalJSX {
42- interface MyComponent extends JSXBase . HTMLAttributes < HTMLMyComponentElement > {
43- /**
44- * The first name
45- */
46- 'first' ?: string ;
47- /**
48- * The last name
49- */
50- 'last' ?: string ;
51- /**
52- * The middle name
53- */
54- 'middle' ?: string ;
42+ interface DotcmsContainer {
43+ 'container' ?: { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
44+ }
45+ interface DotcmsContentlet {
46+ 'contentlet' ?: { inode : string ; identifier : string ; contentType : string ; baseType : string ; dotLang : string ; title : string ; dotCanEdit : string ; dotContentTypeId : string ; } ;
5547 }
5648
5749 interface IntrinsicElements {
58- 'my-component' : MyComponent ;
50+ 'dotcms-container' : DotcmsContainer ;
51+ 'dotcms-contentlet' : DotcmsContentlet ;
5952 }
6053}
6154
@@ -64,7 +57,10 @@ export { LocalJSX as JSX };
6457
6558declare module "@stencil/core" {
6659 export namespace JSX {
67- interface IntrinsicElements extends LocalJSX . IntrinsicElements { }
60+ interface IntrinsicElements {
61+ 'dotcms-container' : LocalJSX . DotcmsContainer & JSXBase . HTMLAttributes < HTMLDotcmsContainerElement > ;
62+ 'dotcms-contentlet' : LocalJSX . DotcmsContentlet & JSXBase . HTMLAttributes < HTMLDotcmsContentletElement > ;
63+ }
6864 }
6965}
7066
0 commit comments