@netless/app-quill
Version:
netless-app-quill
5 lines (4 loc) • 306 B
TypeScript
export declare function element<T extends keyof HTMLElementTagNameMap>(tag: T): HTMLElementTagNameMap[T];
export declare function add_class<T extends HTMLElement>(el: T, name: string): T;
export declare function next_tick(): Promise<void>;
export declare function color_to_string(color: number[]): string;