UNPKG

@netless/app-quill

Version:
5 lines (4 loc) 306 B
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;