Options
All
  • Public
  • Public/Protected
  • All
Menu

Box wrapper

Index

Functions

Functions

Const box

  • box(content: string | Element): Element
  • NOP for the moment. Replaces:

    html`<div style='border: 1px solid blue; padding: 5px; margin-right: 1px;'> ${content} </div>`
    

    Parameters

    • content: string | Element

    Returns Element

Generated using TypeDoc