File "display.ts"
Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/utils/dom/display/display.ts
File
size: 305 B (305 B bytes)
MIME-type: text/x-java
Charset: utf-8
Download Open Edit Advanced Editor Back
import { style } from '../style/style';
/**
* Sets the `display` CSS value to the element.
*
* @param elm - An element to set a new value to.
* @param display - A new `display` value.
*/
export function display( elm: HTMLElement, display: string ): void {
style( elm, 'display', display );
}