kopia lustrzana https://github.com/shoelace-style/shoelace
13 wiersze
317 B
Handlebars
13 wiersze
317 B
Handlebars
import {{ properCase tag }} from './{{ tagWithoutPrefix tag }}.component.js';
|
|
|
|
export * from './{{ tagWithoutPrefix tag }}.component.js';
|
|
export default {{ properCase tag }};
|
|
|
|
{{ properCase tag }}.define('{{ tag }}');
|
|
|
|
declare global {
|
|
interface HTMLElementTagNameMap {
|
|
'{{ tag }}': {{ properCase tag }};
|
|
}
|
|
}
|