Type aliases
SetupFunction
Setup
Function<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