Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ModdedChild

ModdedChild: ModdedVnode | string | number | boolean | null | undefined

ModdedChildArray

ModdedChildArray: ModdedChildren[]

ModdedChildren

ModdedChildren: ModdedChild | ModdedChildArray

ModdedTag

ModdedTag: Mithril.Vnode["tag"] & { isListItem?: boolean; isActive?: any }

ModdedVnode

ModdedVnode: Mithril.Vnode<ModdedVnodeAttrs> & { itemClassName?: string; itemName?: string; tag: ModdedTag }

ModdedVnodeAttrs

ModdedVnodeAttrs: { itemClassName?: string; key?: string }

Type declaration

  • Optional itemClassName?: string
  • Optional key?: string

Generated using TypeDoc version 0.22.10