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

9 lines
219 B
TypeScript
Raw Normal View History

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