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

8 lines
186 B
TypeScript

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