mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-11 01:39:11 +00:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
import SlOption from './option.component.js';
|
|
export * from './option.component.js';
|
|
export default SlOption;
|
|
declare global {
|
|
interface HTMLElementTagNameMap {
|
|
'sl-option': SlOption;
|
|
}
|
|
}
|