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

9 lines
216 B
TypeScript
Raw Normal View History

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