sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/include/include.d.ts

9 lines
210 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
import SlInclude from './include.component.js';
export * from './include.component.js';
export default SlInclude;
declare global {
interface HTMLElementTagNameMap {
'sl-include': SlInclude;
}
}