@htmlplus/element 2.9.7 → 2.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -327,6 +327,8 @@ export const customElement = (options) => {
|
|
|
327
327
|
});
|
|
328
328
|
// prettier-ignore
|
|
329
329
|
const ast = template.default.ast(`
|
|
330
|
+
// THE FOLLOWING TYPES HAVE BEEN ADDED AUTOMATICALLY
|
|
331
|
+
|
|
330
332
|
export interface ${context.className}Attributes {
|
|
331
333
|
${attributes.map(print).join('')}
|
|
332
334
|
}
|