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

9 lines
204 B
TypeScript
Raw Normal View History

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