Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ComponentFunction"

Index

Type aliases

Type aliases

ComponentFunction

ComponentFunction: function

Represents a function that can create a component that should be rendered

Type declaration

    • (t0: T0, t1: T1, t2: T2, t3: T3, t4: T4): Element
    • Parameters

      • t0: T0
      • t1: T1
      • t2: T2
      • t3: T3
      • t4: T4

      Returns Element