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

9 lines
204 B
TypeScript
Raw Normal View History

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