@primer/view-components
Version:
ViewComponents for the Primer Design System
14 lines (13 loc) • 376 B
TypeScript
export declare class PrimerTextAreaElement extends HTMLElement {
#private;
inputElement: HTMLTextAreaElement;
characterLimitElement: HTMLElement;
characterLimitSrElement: HTMLElement;
connectedCallback(): void;
disconnectedCallback(): void;
}
declare global {
interface Window {
PrimerTextAreaElement: typeof PrimerTextAreaElement;
}
}