zent
Version:
一套前端设计语言和基于React的实现
7 lines (6 loc) • 546 B
TypeScript
export declare function autosize(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function autosize(el: NodeListOf<HTMLTextAreaElement>): NodeListOf<HTMLTextAreaElement>;
export declare function destroy(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function destroy(el: NodeListOf<HTMLTextAreaElement>): NodeListOf<HTMLTextAreaElement>;
export declare function update(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function update(el: NodeListOf<HTMLTextAreaElement>): NodeListOf<HTMLTextAreaElement>;