Skip to content

Type Alias: Renderable

ts
type Renderable = NonNullable<Parameters<typeof h>[0]>;

Valid Vue render function component types (string, component, or function).