Fix: Issue 978 - Missing @summary annotation (#979)

Fixes https://github.com/shoelace-style/shoelace/issues/978
This commit is contained in:
Michael Daross
2022-10-27 08:20:19 -05:00
committed by GitHub
parent d885087c93
commit 4db0aec1c2

View File

@@ -7,6 +7,8 @@ import styles from './{{ tagWithoutPrefix tag }}.styles';
import type { CSSResultGroup } from 'lit';
/**
* @summary Short summary of the component's intended use.
*
* @since 2.0
* @status experimental
*