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

8 lines
204 B
TypeScript

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