Browse documentation

ValyrianComponent

Type. Union of public component shapes.

Table of contents

Category

Type

Type import

ts
import type { ValyrianComponent } from "valyrian.js";

Public signature

ts
type ValyrianComponent = Component | POJOComponent;

Type usage

ValyrianComponent is the union accepted wherever either public component shape is valid.