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

Fixes https://github.com/shoelace-style/shoelace/issues/978
pull/980/head
Michael Daross 2022-10-27 08:20:19 -05:00 zatwierdzone przez GitHub
rodzic d885087c93
commit 4db0aec1c2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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
*