UNPKG

@openproject/primer-view-components

Version:

ViewComponents of the Primer Design System for OpenProject

14 lines (13 loc) 376 B
export declare class PrimerTextAreaElement extends HTMLElement { #private; inputElement: HTMLTextAreaElement; characterLimitElement: HTMLElement; characterLimitSrElement: HTMLElement; connectedCallback(): void; disconnectedCallback(): void; } declare global { interface Window { PrimerTextAreaElement: typeof PrimerTextAreaElement; } }