cem-plugin-better-lit-types
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -81,3 +81,5 @@ import { FIELD } from "./types.js"; | ||
return ` | ||
<p> | ||
${description || ''} | ||
</p> | ||
<details> | ||
@@ -84,0 +86,0 @@ <summary>*Object properties*</summary> |
@@ -6,3 +6,3 @@ type Settings = { | ||
export declare const spread: (args: any, { joinArrays }?: Settings) => import("lit-html/directive").DirectiveResult<typeof import("@open-wc/lit-helpers/src/spread").SpreadDirective>; | ||
export declare const createLitRenderer: (settings?: Settings) => (props: any, options: any) => import("lit-html").TemplateResult<1 | 2>; | ||
export declare const createLitRenderer: (settings?: Settings) => (props: any, options: any) => import("lit").TemplateResult<1 | 2>; | ||
export {}; |
{ | ||
"name": "cem-plugin-better-lit-types", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Updates CEM definitions with Typescript Schema", | ||
@@ -5,0 +5,0 @@ "type": "module", |
18615
414