Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Type aliases

Functions

Type aliases

SetupFunction

SetupFunction<Props, RawBindings>: (this: void, props: Props, ctx: SetupContext) => RawBindings | (() => VNode | null) | void

Type parameters

  • Props

  • RawBindings = Record<string, unknown>

Type declaration

    • (this: void, props: Props, ctx: SetupContext): RawBindings | (() => VNode | null) | void
    • Parameters

      Returns RawBindings | (() => VNode | null) | void

Functions

initSetup