import { Directive } from '../types.js'; /** * Toggle element visibility based on an expression. * * @remarks * Sets `display: none` when the expression is falsy, * removes inline display style when truthy. * * @example * ```html *