cem-plugin-better-lit-types
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "cem-plugin-better-lit-types", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Updates CEM definitions with Typescript Schema", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -135,4 +135,3 @@ import { html, unsafeStatic } from 'lit/static-html.js'; | ||
export const createLitRenderer = (_settings) = (props, options) => { | ||
const setting = _settings || {} | ||
export const createLitRenderer = (settings = {}) => (props, options) => { | ||
const tag = unsafeStatic(options.component) | ||
@@ -139,0 +138,0 @@ const [attributes, slots] = getAttrsAndSlots(props, options.argTypes, settings) |
38194
287