wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
10 lines • 417 B
TypeScript
/**
* Create a DOM element, apply inline styles, and set optional textContent.
*
* @param tag - The tag name of the element.
* @param styles - The inline styles to apply to the element.
* @param text - The text content to set on the element.
* @returns The created element.
*/
export declare function createElement(tag: string, styles: string, text?: string): HTMLElement;
//# sourceMappingURL=element.d.ts.map