sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/include/include.d.ts
2024-05-13 23:34:06 -04:00

8 lines
210 B
TypeScript

import SlInclude from './include.component.js';
export * from './include.component.js';
export default SlInclude;
declare global {
interface HTMLElementTagNameMap {
'sl-include': SlInclude;
}
}