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

8 lines
216 B
TypeScript

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